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. |
*/ |