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

Unified Diff: samples-dev/swarm/swarm_ui_lib/base/DomWrapper.dart

Issue 2828603002: Format samples and samples-dev directories. (Closed)
Patch Set: 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
« no previous file with comments | « samples-dev/swarm/swarm_ui_lib/base/Device.dart ('k') | samples-dev/swarm/swarm_ui_lib/base/Env.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples-dev/swarm/swarm_ui_lib/base/DomWrapper.dart
diff --git a/samples-dev/swarm/swarm_ui_lib/base/DomWrapper.dart b/samples-dev/swarm/swarm_ui_lib/base/DomWrapper.dart
index c5292905f7e9fb2dfa9b9526cd0d9fce1f896949..2839060cf2cbcad6a27b177f229fd160bcb66332 100644
--- a/samples-dev/swarm/swarm_ui_lib/base/DomWrapper.dart
+++ b/samples-dev/swarm/swarm_ui_lib/base/DomWrapper.dart
@@ -14,7 +14,9 @@ class Dom {
Timer.run(f);
} else {
// TODO(jacobr): give this event a named property.
- window.onContentLoaded.listen((Event e) { f(); });
+ window.onContentLoaded.listen((Event e) {
+ f();
+ });
}
}
« no previous file with comments | « samples-dev/swarm/swarm_ui_lib/base/Device.dart ('k') | samples-dev/swarm/swarm_ui_lib/base/Env.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698