Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Changes for landing https://github.com/dart-lang/sdk/issues/32161 #23

Merged
merged 1 commit into from
Feb 20, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/debug_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class _SizeTracker extends RecursiveInfoVisitor {
final StringBuffer _debugCode = new StringBuffer();
int _indent = 2;

_push() => stack.add(new _State());
void _push() => stack.add(new _State());

void _pop(info) {
var last = stack.removeLast();
Expand Down