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

Unified Diff: tests/isolate/function_send_test.dart

Issue 2763823002: Move spaces from before comments to within comments (Closed)
Patch Set: Fix comments 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: tests/isolate/function_send_test.dart
diff --git a/tests/isolate/function_send_test.dart b/tests/isolate/function_send_test.dart
index 51d26ba58ebab56be3757ad1274cef2dc82a5aaa..d1384bc385e760b17d321147abde88745545e5fe 100644
--- a/tests/isolate/function_send_test.dart
+++ b/tests/isolate/function_send_test.dart
@@ -171,7 +171,7 @@ void testUnsendable(name, func) {
try {
p.send(func);
} finally {
- p.send(0); // Closes echo port.
+ p.send(0); // Closes echo port.
}
})
.then((p) => throw "unreachable 2",

Powered by Google App Engine
This is Rietveld 408576698