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

Unified Diff: samples-dev/swarm/HelpDialog.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/Decoder.dart ('k') | samples-dev/swarm/SwarmApp.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples-dev/swarm/HelpDialog.dart
diff --git a/samples-dev/swarm/HelpDialog.dart b/samples-dev/swarm/HelpDialog.dart
index 96ba53514cecdf10f854a24b8929cea2efcb12aa..d5024c5f9de1ef745f3339186de73dde8bd769a6 100644
--- a/samples-dev/swarm/HelpDialog.dart
+++ b/samples-dev/swarm/HelpDialog.dart
@@ -15,13 +15,14 @@ class HelpDialog extends DialogView {
Function _doneHandler;
HelpDialog(this._parent, this._doneHandler)
- : super('Information', '', makeContent());
+ : super('Information', '', makeContent());
- void onDone() { _doneHandler(); }
+ void onDone() {
+ _doneHandler();
+ }
static View makeContent() {
- return new View.html(
- '''
+ return new View.html('''
<div>
<p>
« no previous file with comments | « samples-dev/swarm/Decoder.dart ('k') | samples-dev/swarm/SwarmApp.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698