Skip to content

Commit 8d49598

Browse files
committed
fmt
1 parent 56b2e4e commit 8d49598

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/grind.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1211,7 +1211,8 @@ Future<void> testDartdoc() async {
12111211
['<title>dartdoc - Dart API docs</title>']);
12121212
var object = RegExp('<li>Object</li>', multiLine: true);
12131213
expectFileContains(
1214-
p.join(_dartdocDocsPath, 'dartdoc', 'PubPackageMeta-class.html'), [object]);
1214+
p.join(_dartdocDocsPath, 'dartdoc', 'PubPackageMeta-class.html'),
1215+
[object]);
12151216
}
12161217

12171218
@Task('Generate docs for dartdoc with remote linking')

0 commit comments

Comments
 (0)