Skip to content

Commit ec04794

Browse files
committed
Format test/tls_test.dart
1 parent 0bd7242 commit ec04794

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

webdev/test/tls_test.dart

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ void main() {
2727
setUpAll(() async {
2828
configureLogWriter(debug);
2929
await testRunner.setUpAll();
30-
exampleDirectory = p.absolute(
31-
p.join(p.current, '..', 'fixtures', '_experimentSound'));
30+
exampleDirectory =
31+
p.absolute(p.join(p.current, '..', 'fixtures', '_experimentSound'));
3232

3333
final process = await TestProcess.start(
3434
'dart',
@@ -55,8 +55,8 @@ void main() {
5555
'--tls-cert-key=localhost+2-key.pem',
5656
];
5757

58-
final process = await testRunner.runWebDev(args,
59-
workingDirectory: exampleDirectory);
58+
final process =
59+
await testRunner.runWebDev(args, workingDirectory: exampleDirectory);
6060
await expectLater(process.stdout, emitsThrough(contains('Succeeded')));
6161

6262
final client = HttpClient()
@@ -84,8 +84,8 @@ void main() {
8484
'--tls-cert-key=localhost+2-key.pem',
8585
];
8686

87-
final process = await testRunner.runWebDev(args,
88-
workingDirectory: exampleDirectory);
87+
final process =
88+
await testRunner.runWebDev(args, workingDirectory: exampleDirectory);
8989
await expectLater(process.stdout, emitsThrough(contains('Succeeded')));
9090

9191
final interfaces = await NetworkInterface.list(

0 commit comments

Comments
 (0)