Chromium Code Reviews| Index: sky/examples/widgets/container.dart |
| diff --git a/sky/examples/widgets/container.dart b/sky/examples/widgets/container.dart |
| index 68e734864d321c8d9b4c1f82d0dc4276571899f7..2c61f698ce7c7e8f07a8c121f4412d12dae168ff 100644 |
| --- a/sky/examples/widgets/container.dart |
| +++ b/sky/examples/widgets/container.dart |
| @@ -51,5 +51,5 @@ class ContainerApp extends App { |
| } |
| void main() { |
| - new ContainerApp(); |
| + runApp(new ContainerApp()); |
| } |