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

Unified Diff: sky/sdk/example/fitness/lib/home.dart

Issue 1226103013: Fix some info-level warnings from Dart analyzer (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | sky/sdk/example/game/lib/particle_system.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/example/fitness/lib/home.dart
diff --git a/sky/sdk/example/fitness/lib/home.dart b/sky/sdk/example/fitness/lib/home.dart
index c22a80fb12876a55c4dc17362b6750aa3f6412f8..770b8e133354f094caca99a378e311d90dfb5826 100644
--- a/sky/sdk/example/fitness/lib/home.dart
+++ b/sky/sdk/example/fitness/lib/home.dart
@@ -31,7 +31,7 @@ class HomeFragment extends StatefulComponent {
FitnessMode _fitnessMode = FitnessMode.measure;
- void initState {
+ void initState() {
// if (debug)
// new Timer(new Duration(seconds: 1), dumpState);
_drawerController = new DrawerController(_handleDrawerStatusChanged);
« no previous file with comments | « no previous file | sky/sdk/example/game/lib/particle_system.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698