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

Side by Side Diff: tests/language/cyclic_import_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 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 unified diff | Download patch
OLDNEW
1 library CyclicImportTest; 1 library CyclicImportTest;
2
2 import 'sub/sub.dart'; 3 import 'sub/sub.dart';
3 4
4 var value = 42; 5 var value = 42;
5 6
6 main() { 7 main() {
7 subMain(); 8 subMain();
8 } 9 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698