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

Unified Diff: tests/language/closure_type_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/language/closure_type_test.dart
diff --git a/tests/language/closure_type_test.dart b/tests/language/closure_type_test.dart
index 5b8eea2640a9db822059475671315535aa7df679..81089c122d66330b538b81b87988ada9249b167b 100644
--- a/tests/language/closure_type_test.dart
+++ b/tests/language/closure_type_test.dart
@@ -11,7 +11,7 @@ import 'dart:math' as math;
class Math {
static
- int /// 01: static type warning
+ int // /// 01: static type warning
sqrt(x) => math.sqrt(x);
}

Powered by Google App Engine
This is Rietveld 408576698