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

Unified Diff: lib/compiler/implementation/scanner/scanner_bench.dart

Issue 10557003: Fix most warnings and other minor cleanups. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 6 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: lib/compiler/implementation/scanner/scanner_bench.dart
diff --git a/lib/compiler/implementation/scanner/scanner_bench.dart b/lib/compiler/implementation/scanner/scanner_bench.dart
index 20e7b2d47b3c07ecc8483d88afde46ac34c0e59a..a33e94b15c17c0d68ce5fb2afdc8fad53453a8d8 100644
--- a/lib/compiler/implementation/scanner/scanner_bench.dart
+++ b/lib/compiler/implementation/scanner/scanner_bench.dart
@@ -33,8 +33,8 @@ class ScannerBench {
}
timer.stop();
bar.recordScore(charCount / timer.elapsedInMs());
- log("Tokenized ${arguments.length} files " +
- "(total size = ${charCount} chars) " +
+ log("Tokenized ${arguments.length} files "
+ "(total size = ${charCount} chars) "
"in ${timer.elapsedInMs()}ms");
}
bar.end();

Powered by Google App Engine
This is Rietveld 408576698