Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 48be229

Browse files
committed
fmt
1 parent 32e7f29 commit 48be229

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/integration/close_sinks.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ void main() {
2626
});
2727

2828
test('close sinks', () async {
29-
await cli.run([
30-
'$integrationTestDir/close_sinks',
31-
'--rules=close_sinks'
32-
]);
29+
await cli.run(['$integrationTestDir/close_sinks', '--rules=close_sinks']);
3330
expect(
3431
collectingOut.trim(),
3532
stringContainsInOrder([

0 commit comments

Comments
 (0)