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

Unified Diff: tests/compiler/dart2js/sourcemaps/output_structure.dart

Issue 2557313002: dartfmt dart2js and unittests (Closed)
Patch Set: Created 4 years 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 | « tests/compiler/dart2js/sourcemaps/html_parts.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/sourcemaps/output_structure.dart
diff --git a/tests/compiler/dart2js/sourcemaps/output_structure.dart b/tests/compiler/dart2js/sourcemaps/output_structure.dart
index 21a5bc31f47bd442bbec7617db6e42a0bcb4bec7..648973a964399ecd4252900c7561e1c8493ef205 100644
--- a/tests/compiler/dart2js/sourcemaps/output_structure.dart
+++ b/tests/compiler/dart2js/sourcemaps/output_structure.dart
@@ -637,7 +637,11 @@ class Interval {
String toString() => '[$from,$to[';
}
-enum CodeKind { LIBRARY, CLASS, MEMBER, }
+enum CodeKind {
+ LIBRARY,
+ CLASS,
+ MEMBER,
+}
class CodeLocation {
final Uri uri;
« no previous file with comments | « tests/compiler/dart2js/sourcemaps/html_parts.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698