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

Unified Diff: runtime/observatory/web/main.dart

Issue 2345023003: Use dartfmt on Observatory code (Closed)
Patch Set: merge Created 4 years, 3 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
« no previous file with comments | « runtime/observatory/tool/ensure_dartfmt.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/web/main.dart
diff --git a/runtime/observatory/web/main.dart b/runtime/observatory/web/main.dart
index b69f66ebf1cd5dde0296e77574658b44b8ba3391..07fcb1a635fc3c256cba28df88a208a18b9b5a18 100644
--- a/runtime/observatory/web/main.dart
+++ b/runtime/observatory/web/main.dart
@@ -11,7 +11,7 @@ main() async {
Chain.capture(() async {
Logger.root.level = Level.INFO;
Logger.root.onRecord.listen((LogRecord rec) {
- print('${rec.level.name}: ${rec.time}: ${rec.message}');
+ print('${rec.level.name}: ${rec.time}: ${rec.message}');
});
await initElements();
Logger.root.info('Starting Observatory');
« no previous file with comments | « runtime/observatory/tool/ensure_dartfmt.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698