Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 1a6d14c

Browse files
vicbchirayuk
authored andcommitted
text(io): make cssUrl a const
1 parent 2daa32e commit 1a6d14c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/io/test_files/cssUrls/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class MyComponent
1212

1313
@NgComponent(
1414
selector: 'my-component2',
15-
cssUrl: [
15+
cssUrl: const [
1616
'/test/io/test_files/cssUrls/two.css',
1717
'/test/io/test_files/cssUrls/three.css'])
1818
class MyComponent2

0 commit comments

Comments
 (0)