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

Unified Diff: tests/isolate/mandel_isolate_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/isolate/mandel_isolate_test.dart
diff --git a/tests/isolate/mandel_isolate_test.dart b/tests/isolate/mandel_isolate_test.dart
index 2cd3cb5bcce79126821f325aee67ba90580e2e6f..16db3c0ed72eb8c53e9482f14470627b1516ae98 100644
--- a/tests/isolate/mandel_isolate_test.dart
+++ b/tests/isolate/mandel_isolate_test.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library MandelIsolateTest;
+
import 'dart:async';
import 'dart:isolate';
import 'dart:math';
@@ -27,9 +28,7 @@ void main([args, port]) {
});
}
-
class MandelbrotState {
-
MandelbrotState() {
_result = new List<List<int>>(N);
_lineProcessedBy = new List<LineProcessorClient>(N);
@@ -89,7 +88,6 @@ class MandelbrotState {
Completer<bool> _validated;
}
-
class LineProcessorClient {
MandelbrotState _state;
int _id;

Powered by Google App Engine
This is Rietveld 408576698