Chromium Code Reviews| Index: sky/examples/widgets/hello_widgets.dart |
| diff --git a/sky/examples/widgets/hello_widgets.dart b/sky/examples/widgets/hello_widgets.dart |
| index bc914c8d24702db0241db78e0da55cbd0822aa0d..c774ef80a8d8f23710a061876dcf971e3bc97f87 100644 |
| --- a/sky/examples/widgets/hello_widgets.dart |
| +++ b/sky/examples/widgets/hello_widgets.dart |
| @@ -11,5 +11,5 @@ class HelloWorldApp extends App { |
| } |
| void main() { |
| - new HelloWorldApp(); |
| + runApp(new HelloWorldApp()); |
| } |