Skip to content

Commit 641f36b

Browse files
committed
Reformat with dartfmt 2
1 parent ab3350e commit 641f36b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

test/dartdoc_options_test.dart

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -637,13 +637,13 @@ dartdoc:
637637
equals(
638638
'Field dartdoc.fileOptionList from ${path.canonicalize(dartdocOptionsTwo.path)}, set to [existing.dart, thing/that/does/not/exist], resolves to missing path: '
639639
'"${path.joinAll([
640-
path.canonicalize(secondDir.path),
641-
'thing',
642-
'that',
643-
'does',
644-
'not',
645-
'exist'
646-
])}"'));
640+
path.canonicalize(secondDir.path),
641+
'thing',
642+
'that',
643+
'does',
644+
'not',
645+
'exist'
646+
])}"'));
647647
// It doesn't matter that this fails.
648648
expect(dartdocOptionSetFiles['nonCriticalFileOption'].valueAt(firstDir),
649649
equals(path.joinAll([path.canonicalize(firstDir.path), 'whatever'])));
@@ -663,9 +663,9 @@ dartdoc:
663663
equals(
664664
'Field dartdoc.fileOption from ${path.canonicalize(dartdocOptionsTwo.path)}, set to not existing, resolves to missing path: '
665665
'"${path.joinAll([
666-
path.canonicalize(secondDir.path),
667-
"not existing"
668-
])}"'));
666+
path.canonicalize(secondDir.path),
667+
"not existing"
668+
])}"'));
669669
});
670670

671671
test('DartdocOptionSetFile works for directory options', () {

0 commit comments

Comments
 (0)