Index: lib/src/token.dart |
diff --git a/lib/src/token.dart b/lib/src/token.dart |
index b78fbccc4c7b5766f96d9f8a1529c31939aafcd2..e30484d589c9f72e3a6c041df38259f560153dcb 100644 |
--- a/lib/src/token.dart |
+++ b/lib/src/token.dart |
@@ -61,6 +61,5 @@ class ErrorToken extends Token { |
class IdentifierToken extends Token { |
final String text; |
- IdentifierToken(this.text, int kind, FileSpan span) |
- : super(kind, span); |
+ IdentifierToken(this.text, int kind, FileSpan span) : super(kind, span); |
} |