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

Unified Diff: tests/language/import_core_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 side-by-side diff with in-line comments
Download patch
Index: tests/language/import_core_test.dart
diff --git a/tests/language/import_core_test.dart b/tests/language/import_core_test.dart
index f1bfea0391631191736cea85e92db61c3025e73a..12560129c08bdcd5bbb17b10a5cd80709fb7268a 100644
--- a/tests/language/import_core_test.dart
+++ b/tests/language/import_core_test.dart
@@ -4,10 +4,11 @@
// Test explicit import of dart:core in the source code..
library ImportCoreTest.dart;
+
import "dart:core";
void main() {
- var test = new Map<int,String>();
+ var test = new Map<int, String>();
bool value = false;
int variable = 10;
num intval = 10;

Powered by Google App Engine
This is Rietveld 408576698