Chromium Code Reviews| Index: sky/examples/widgets/navigation.dart |
| diff --git a/sky/examples/widgets/navigation.dart b/sky/examples/widgets/navigation.dart |
| index ca81a4fbd79721b53072a57450d499e1d4defa90..87cc4a9453bb165d79242629e8fa229943c2631d 100644 |
| --- a/sky/examples/widgets/navigation.dart |
| +++ b/sky/examples/widgets/navigation.dart |
| @@ -71,5 +71,5 @@ class NavigationExampleApp extends App { |
| } |
| void main() { |
| - App app = new NavigationExampleApp(); |
| + runApp(new NavigationExampleApp()); |
| } |