Skip to content

Commit 6eeba23

Browse files
committed
formatting after rebase
1 parent 2370ace commit 6eeba23

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dwds/test/fixtures/context.dart

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,10 @@ class TestContext {
180180
'--port=$chromeDriverPort',
181181
'--url-base=$chromeDriverUrlBase',
182182
]);
183-
final stdOutLines =
184-
chromeDriver.stdout
185-
.transform(utf8.decoder)
186-
.transform(const LineSplitter())
187-
.asBroadcastStream();
183+
final stdOutLines = chromeDriver.stdout
184+
.transform(utf8.decoder)
185+
.transform(const LineSplitter())
186+
.asBroadcastStream();
188187

189188
final stdErrLines = chromeDriver.stderr
190189
.transform(utf8.decoder)

0 commit comments

Comments
 (0)