Chromium Code Reviews| Index: tests/standalone/io/http_10_test.dart |
| diff --git a/tests/standalone/io/http_10_test.dart b/tests/standalone/io/http_10_test.dart |
| index f636f2e2f22dfe3e7ac59c875f7051cac3b00f72..705086ccb144a0ca42d14a847aa87e25f7e68c1b 100644 |
| --- a/tests/standalone/io/http_10_test.dart |
| +++ b/tests/standalone/io/http_10_test.dart |
| @@ -99,7 +99,8 @@ void testHttp10ServerClose() { |
| } else { |
| server.close(); |
| } |
| - },onError: (e) => print(e)); |
| + }, |
| + onError: (e) => print(e)); |
| }); |
| } |
| makeRequest(); |