Skip to content

Commit 6be14ce

Browse files
committed
dartfmt
1 parent 125cf55 commit 6be14ce

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tool/grind.dart

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,6 @@ updateTestPackageDocs() {
311311
}
312312

313313
Dart.run('../../bin/dartdoc.dart',
314-
arguments: [
315-
'--no-include-source',
316-
'--output',
317-
'../test_package_docs'
318-
],
314+
arguments: ['--no-include-source', '--output', '../test_package_docs'],
319315
runOptions: options);
320316
}

0 commit comments

Comments
 (0)