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

Unified Diff: pkg/fletchc/lib/src/driver/developer.dart

Issue 1450393002: Roll sdk dependency to 34357cdad108dcba734949bd13bd28c76ea285e0 (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: Update status files Created 5 years, 1 month 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
Index: pkg/fletchc/lib/src/driver/developer.dart
diff --git a/pkg/fletchc/lib/src/driver/developer.dart b/pkg/fletchc/lib/src/driver/developer.dart
index b2e6b734653fa3ac5c868034875be9f379b2f1d0..96850f848a7797f203dec24e3ae10bde7e41243a 100644
--- a/pkg/fletchc/lib/src/driver/developer.dart
+++ b/pkg/fletchc/lib/src/driver/developer.dart
@@ -457,6 +457,7 @@ Future<Address> readAddressFromUser(
return null;
}
}
+ return null;
ahe 2015/12/01 10:12:12 What is this for?
sigurdm 2015/12/03 14:48:09 To shut up the analyzer. If there are no more com
}
SessionState createSessionState(

Powered by Google App Engine
This is Rietveld 408576698