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

Unified Diff: runtime/observatory/tests/service/auth_token_test.dart

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. Created 3 years, 9 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: runtime/observatory/tests/service/auth_token_test.dart
diff --git a/runtime/observatory/tests/service/auth_token_test.dart b/runtime/observatory/tests/service/auth_token_test.dart
index 69c162b44a0f9ea5474392941755fdd288c25138..f48b2f7c6df286bfccd8e9a8732e184a0ccda7bc 100644
--- a/runtime/observatory/tests/service/auth_token_test.dart
+++ b/runtime/observatory/tests/service/auth_token_test.dart
@@ -43,18 +43,17 @@ Future<Null> testeeBefore() async {
}
var tests = [
-(Isolate isolate) async {
- await isolate.reload();
- // Just getting here means that the testee enabled the service protocol
- // web server.
- expect(true, true);
-}
+ (Isolate isolate) async {
+ await isolate.reload();
+ // Just getting here means that the testee enabled the service protocol
+ // web server.
+ expect(true, true);
+ }
];
-main(args) => runIsolateTests(args,
- tests,
- testeeBefore: testeeBefore,
- // the testee is responsible for starting the
- // web server.
- testeeControlsServer: true,
- useAuthToken: true);
+main(args) => runIsolateTests(args, tests,
+ testeeBefore: testeeBefore,
+ // the testee is responsible for starting the
+ // web server.
+ testeeControlsServer: true,
+ useAuthToken: true);
« no previous file with comments | « runtime/observatory/tests/service/auth_token1_test.dart ('k') | runtime/observatory/tests/service/bad_reload_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698