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

Unified Diff: tests/corelib_strong/duration_double_multiplication_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/corelib_strong/duration_double_multiplication_test.dart
diff --git a/tests/corelib_strong/duration_double_multiplication_test.dart b/tests/corelib_strong/duration_double_multiplication_test.dart
index 74ce559b40e3cdac5b38b3347241a81748ac55df..415067cbfb25dd3883343f3b2b3687df9770892f 100644
--- a/tests/corelib_strong/duration_double_multiplication_test.dart
+++ b/tests/corelib_strong/duration_double_multiplication_test.dart
@@ -16,5 +16,4 @@ main() {
Expect.equals(1000 * -0.005, d.inMicroseconds);
d = d1 * 0.0015;
Expect.equals((1000 * 0.0015).round(), d.inMicroseconds);
-
}

Powered by Google App Engine
This is Rietveld 408576698