Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(534)

Unified Diff: pkg/compiler/lib/src/util/maplet.dart

Issue 1859343004: dartfmt pkg/compiler (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/compiler/lib/src/util/link_implementation.dart ('k') | pkg/compiler/lib/src/util/setlet.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/util/maplet.dart
diff --git a/pkg/compiler/lib/src/util/maplet.dart b/pkg/compiler/lib/src/util/maplet.dart
index 455435bd91000def9828eccfc3c7a51591b3fd60..086273c45e03383553cfdc65a0601b4ac6e712d2 100644
--- a/pkg/compiler/lib/src/util/maplet.dart
+++ b/pkg/compiler/lib/src/util/maplet.dart
@@ -101,7 +101,7 @@ class Maplet<K, V> extends MapBase<K, V> {
list[CAPACITY + 1] = value;
_key = list;
_value = null;
- _extra = 2; // Two elements.
+ _extra = 2; // Two elements.
}
} else if (_MARKER == _extra) {
_key[key] = value;
@@ -277,4 +277,4 @@ class _MapletListIterator<K> implements Iterator<K> {
_current = null;
return false;
}
-}
+}
« no previous file with comments | « pkg/compiler/lib/src/util/link_implementation.dart ('k') | pkg/compiler/lib/src/util/setlet.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698