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

Unified Diff: tests/standalone/io/process_stdin_transform_unsubscribe_script.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/standalone/io/process_stdin_transform_unsubscribe_script.dart
diff --git a/tests/standalone/io/process_stdin_transform_unsubscribe_script.dart b/tests/standalone/io/process_stdin_transform_unsubscribe_script.dart
index 910af044a9d30d4872e7f14151d4474de0447656..a1c587048ef2b4a57396e8a67dbda8f92fb497f0 100644
--- a/tests/standalone/io/process_stdin_transform_unsubscribe_script.dart
+++ b/tests/standalone/io/process_stdin_transform_unsubscribe_script.dart
@@ -13,7 +13,7 @@ main() {
.transform(UTF8.decoder)
.transform(new LineSplitter())
.listen((String line) {
- // Unsubscribe after the first line.
- subscription.cancel();
- });
+ // Unsubscribe after the first line.
+ subscription.cancel();
+ });
}

Powered by Google App Engine
This is Rietveld 408576698