Skip to content

Commit 2895a03

Browse files
committed
fmt
1 parent d2d7e9a commit 2895a03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/unit/comment_processable_test.dart

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -367,10 +367,10 @@ End text.'''));
367367
///
368368
/// End text.
369369
''');
370-
verify(processor.packageGraph.warnOnElement(
371-
processor, PackageWarning.missingExampleFile,
372-
message: '${p.canonicalize(p.join(_projectRoot, 'abc-r.md'))}; '
373-
'path listed at a.dart'))
370+
verify(processor.packageGraph
371+
.warnOnElement(processor, PackageWarning.missingExampleFile,
372+
message: '${p.canonicalize(p.join(_projectRoot, 'abc-r.md'))}; '
373+
'path listed at a.dart'))
374374
.called(1);
375375
// When the example path is invalid, the directive should be left in-place.
376376
expect(doc, equals('''

0 commit comments

Comments
 (0)