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

Unified Diff: pkg/compiler/lib/src/tokens/precedence.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/tokens/keyword.dart ('k') | pkg/compiler/lib/src/tokens/precedence_constants.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/compiler/lib/src/tokens/precedence.dart
diff --git a/pkg/compiler/lib/src/tokens/precedence.dart b/pkg/compiler/lib/src/tokens/precedence.dart
index 1183a0b4e5e802fd7bb465c2dbfc0bff625a91a5..c3f4906c9299b6389c015bc0f05ecb436833b202 100644
--- a/pkg/compiler/lib/src/tokens/precedence.dart
+++ b/pkg/compiler/lib/src/tokens/precedence.dart
@@ -4,8 +4,7 @@
library dart2js.tokens.precedence;
-import '../util/util.dart' show
- computeHashCode;
+import '../util/util.dart' show computeHashCode;
class PrecedenceInfo {
final String value;
« no previous file with comments | « pkg/compiler/lib/src/tokens/keyword.dart ('k') | pkg/compiler/lib/src/tokens/precedence_constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698