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

Unified Diff: samples-dev/swarm/ConfigHintDialog.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/CannedData.dart ('k') | samples-dev/swarm/DataSource.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples-dev/swarm/ConfigHintDialog.dart
diff --git a/samples-dev/swarm/ConfigHintDialog.dart b/samples-dev/swarm/ConfigHintDialog.dart
index 0587bb60a696289af057050c9857554f8e0da7f4..3ec6d30fff9085a6a41b7b838cf80befb497d702 100644
--- a/samples-dev/swarm/ConfigHintDialog.dart
+++ b/samples-dev/swarm/ConfigHintDialog.dart
@@ -16,13 +16,14 @@ class ConfigHintDialog extends DialogView {
}
ConfigHintDialog._impl(this._parent, this._doneHandler, View content)
- : super('Feed configuration', '', content);
+ : super('Feed configuration', '', content);
- void onDone() { _doneHandler(); }
+ void onDone() {
+ _doneHandler();
+ }
static View makeContent() {
- return new View.html(
- '''
+ return new View.html('''
<div>
Add or remove feeds in
<a href="https://www.google.com/reader" target="_blank">
« no previous file with comments | « samples-dev/swarm/CannedData.dart ('k') | samples-dev/swarm/DataSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698