Skip to content

Commit b7b1e0f

Browse files
committed
misc: update dartfmt
1 parent f4e517e commit b7b1e0f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

json_serializable/test/ensure_build_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ final _whitespace = new RegExp(r'\s');
4444
Set<String> _changedGeneratedFiles() {
4545
var output = _runProc('git', ['status', '--porcelain']);
4646

47-
return LineSplitter
48-
.split(output)
47+
return LineSplitter.split(output)
4948
.map((line) => line.split(_whitespace).last)
5049
.where((path) => path.endsWith('.dart'))
5150
.toSet();

0 commit comments

Comments
 (0)