From f2c1b6d8f1d4ae8da1bdda7f4491bb67c9613dc0 Mon Sep 17 00:00:00 2001 From: Moge Date: Wed, 19 Sep 2018 09:53:02 +0800 Subject: [PATCH] Update material_tree_nested_component_rendering_demo.dart Incorrect code style --- .../lib/src/material_tree_nested_component_rendering_demo.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/material_tree_example/lib/src/material_tree_nested_component_rendering_demo.dart b/example/material_tree_example/lib/src/material_tree_nested_component_rendering_demo.dart index 93cd63e..54275ad 100644 --- a/example/material_tree_example/lib/src/material_tree_nested_component_rendering_demo.dart +++ b/example/material_tree_example/lib/src/material_tree_nested_component_rendering_demo.dart @@ -40,6 +40,8 @@ import 'package:angular_components/model/ui/has_factory.dart'; ''', styleUrls: ['material_shadow.scss.css'], changeDetection: ChangeDetectionStrategy.OnPush, + // TODO(google): Change preserveWhitespace to false to improve codesize. + preserveWhitespace: true, ) class MaterialTreeNestedComponentRenderingComponent { final SelectionOptions nestedOptions = data.nestedOptions;