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

Unified Diff: tests/language/skip_expression_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/skip_expression_test.dart
diff --git a/tests/language/skip_expression_test.dart b/tests/language/skip_expression_test.dart
index ad9d685d3c6945eda47219ec2eaba659071528f3..a035fdacf09f502ebf5e8550abedce7310b521be 100644
--- a/tests/language/skip_expression_test.dart
+++ b/tests/language/skip_expression_test.dart
@@ -11,12 +11,11 @@ class OneArg<A> {
}
}
-class TwoArgs<A,B> {
- TwoArgs<A,B> get foo => new TwoArgs<A,B>();
- TwoArgs<A,B> get bar {
- return new TwoArgs<A,B>();
+class TwoArgs<A, B> {
+ TwoArgs<A, B> get foo => new TwoArgs<A, B>();
+ TwoArgs<A, B> get bar {
+ return new TwoArgs<A, B>();
}
-
}
void main() {

Powered by Google App Engine
This is Rietveld 408576698