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

Unified Diff: tests/language/comparison_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/comparison_test.dart
diff --git a/tests/language/comparison_test.dart b/tests/language/comparison_test.dart
index 2df0fd5ef0eec496db214b0060a8e87c3112290f..59d700563d9e098bda97b77e7be63e3c637d0138 100644
--- a/tests/language/comparison_test.dart
+++ b/tests/language/comparison_test.dart
@@ -26,7 +26,7 @@ class Helper {
return a < b;
}
- static bool LE(a,b) {
+ static bool LE(a, b) {
return a <= b;
}
@@ -42,7 +42,7 @@ class Helper {
class A {
var b;
- A(x) : b = x { }
+ A(x) : b = x {}
}
class ComparisonTest {

Powered by Google App Engine
This is Rietveld 408576698