Index: pkg/compiler/lib/src/id_generator.dart |
diff --git a/pkg/compiler/lib/src/id_generator.dart b/pkg/compiler/lib/src/id_generator.dart |
index 4c92ea9dbfa69023c9908c80dd778e111b3ae0dd..9107c7a4efb61cf98744639c5a4da0dcda254b57 100644 |
--- a/pkg/compiler/lib/src/id_generator.dart |
+++ b/pkg/compiler/lib/src/id_generator.dart |
@@ -10,4 +10,4 @@ class IdGenerator { |
/// |
/// This identifier is guaranteed to be unique. |
int getNextFreeId() => _nextFreeId++; |
-} |
+} |