| Index: sky/examples/rendering/justify_content.dart
|
| diff --git a/sky/examples/rendering/justify_content.dart b/sky/examples/rendering/justify_content.dart
|
| index 9d37b547f983439fda70f50cd0da884a018c988a..76e9b268efc0249f627a7714f8f50695a9160b55 100644
|
| --- a/sky/examples/rendering/justify_content.dart
|
| +++ b/sky/examples/rendering/justify_content.dart
|
| @@ -42,5 +42,5 @@ void main() {
|
| child: new RenderPadding(child: table, padding: new EdgeDims.symmetric(vertical: 50.0))
|
| );
|
|
|
| - app = new AppView(root);
|
| + app = new AppView(root: root);
|
| }
|
|
|