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

Unified Diff: runtime/observatory/tests/service/vm_timeline_events_test.dart

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. Created 3 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: runtime/observatory/tests/service/vm_timeline_events_test.dart
diff --git a/runtime/observatory/tests/service/vm_timeline_events_test.dart b/runtime/observatory/tests/service/vm_timeline_events_test.dart
index c84411e330c759755338460dfc4fecc0234659d5..b2e701b04755994dde33acc01969effd52fca19a 100644
--- a/runtime/observatory/tests/service/vm_timeline_events_test.dart
+++ b/runtime/observatory/tests/service/vm_timeline_events_test.dart
@@ -66,6 +66,5 @@ var tests = [
},
];
-main(args) async => runIsolateTests(args,
- tests,
- testeeConcurrent: primeDartTimeline);
+main(args) async =>
+ runIsolateTests(args, tests, testeeConcurrent: primeDartTimeline);
« no previous file with comments | « runtime/observatory/tests/service/vm_test.dart ('k') | runtime/observatory/tests/service/vm_timeline_flags_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698