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

Unified Diff: samples-dev/swarm/SwarmApp.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/HelpDialog.dart ('k') | samples-dev/swarm/SwarmState.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples-dev/swarm/SwarmApp.dart
diff --git a/samples-dev/swarm/SwarmApp.dart b/samples-dev/swarm/SwarmApp.dart
index e5c42bc0da5265e92e9fb2a1cb06535af7116249..688868c4522d3a9479ecf0f6c690cadd5407c567 100644
--- a/samples-dev/swarm/SwarmApp.dart
+++ b/samples-dev/swarm/SwarmApp.dart
@@ -23,7 +23,9 @@ class Swarm extends App {
/** Observable UI state. */
SwarmState state;
- Swarm({bool useCannedData : false}) : super(), onLoadFired = false {
+ Swarm({bool useCannedData: false})
+ : super(),
+ onLoadFired = false {
Sections.initializeFromUrl(useCannedData, (currSections) {
sections = currSections;
state = new SwarmState(sections);
« no previous file with comments | « samples-dev/swarm/HelpDialog.dart ('k') | samples-dev/swarm/SwarmState.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698