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

Unified Diff: tests/lib_strong/html/isolates_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/lib_strong/html/isolates_test.dart
diff --git a/tests/lib_strong/html/isolates_test.dart b/tests/lib_strong/html/isolates_test.dart
index 9c07ed0eb25472461e4de99d9d4b260ae146ab2c..8813df7d345e0643582496a24da661dcda7aa285 100644
--- a/tests/lib_strong/html/isolates_test.dart
+++ b/tests/lib_strong/html/isolates_test.dart
@@ -1,4 +1,5 @@
library IsolatesTest;
+
import 'package:unittest/unittest.dart';
import 'package:unittest/html_config.dart';
import 'dart:async';
@@ -47,7 +48,7 @@ main() {
port.close();
});
test('NonDOMIsolates', () {
- var callback = expectAsync((){});
+ var callback = expectAsync(() {});
var response = new isolate.ReceivePort();
var remote = isolate.Isolate.spawn(isolateEntry, response.sendPort);
response.first.then((port) {

Powered by Google App Engine
This is Rietveld 408576698