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

Unified Diff: lib/src/token.dart

Issue 998843003: pkg/csslib: formatting (Closed) Base URL: https://github.com/dart-lang/csslib@master
Patch Set: Created 5 years, 9 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
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);
}

Powered by Google App Engine
This is Rietveld 408576698