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

Unified Diff: tests/lib_strong/mirrors/method_mirror_source_line_ending_lf.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/lib_strong/mirrors/method_mirror_source_line_ending_lf.dart
diff --git a/tests/lib_strong/mirrors/method_mirror_source_line_ending_lf.dart b/tests/lib_strong/mirrors/method_mirror_source_line_ending_lf.dart
index b805a757a5d87c50b8db05f0c718fa7f96561cc1..704a745f2bb937f68a487e4a6bed2bbb568893de 100755
--- a/tests/lib_strong/mirrors/method_mirror_source_line_ending_lf.dart
+++ b/tests/lib_strong/mirrors/method_mirror_source_line_ending_lf.dart
@@ -10,6 +10,5 @@ oneLineLF(x) => x;
multiLineLF(y) {
return y + 1;
}
-a
-(){
-}
+
+a() {}

Powered by Google App Engine
This is Rietveld 408576698