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

Unified Diff: sdk/lib/core/stopwatch.dart

Issue 2754013002: Format all dart: library files (Closed)
Patch Set: 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: sdk/lib/core/stopwatch.dart
diff --git a/sdk/lib/core/stopwatch.dart b/sdk/lib/core/stopwatch.dart
index cf55b89d1830ab1661478eb112d6d4ea208f7a3b..6a2d417b85ad8ebcf873057432ed2a34da5ad5cc 100644
--- a/sdk/lib/core/stopwatch.dart
+++ b/sdk/lib/core/stopwatch.dart
@@ -111,7 +111,6 @@ class Stopwatch {
return (elapsedTicks * 1000) ~/ frequency;
}
-
/**
* Whether the [StopWatch] is currently running.
*/

Powered by Google App Engine
This is Rietveld 408576698