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

Unified Diff: tests/language/private_member_lib_b.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/private_member_lib_b.dart
diff --git a/tests/language/private_member_lib_b.dart b/tests/language/private_member_lib_b.dart
index fec9c8bcf666d98a4b7ef01480a196c5dbbdca5e..7eb97b67603a3fbf5cde29d77ede09c1f23a557b 100644
--- a/tests/language/private_member_lib_b.dart
+++ b/tests/language/private_member_lib_b.dart
@@ -9,6 +9,9 @@ import 'private_member_test.dart';
class B extends A {
bool _instanceField;
static bool _staticField;
- bool _fun1(bool b) { return true; }
- void _fun2() { }
+ bool _fun1(bool b) {
+ return true;
+ }
+
+ void _fun2() {}
}

Powered by Google App Engine
This is Rietveld 408576698