Skip to content

Commit 6087052

Browse files
committed
More formatting
1 parent 4f05d7a commit 6087052

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dwds/test/fixtures/project.dart

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ class TestProject {
9595
packageDirectory: '_test_parts',
9696
webAssetsPath: 'web',
9797
dartEntryFileName: 'main.dart',
98-
htmlEntryFileName:
99-
baseMode == IndexBaseMode.base ? 'base_index.html' : 'index.html',
98+
htmlEntryFileName: baseMode == IndexBaseMode.base
99+
? 'base_index.html'
100+
: 'index.html',
100101
);
101102

102103
static final test = TestProject._(

0 commit comments

Comments
 (0)