File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -1211,10 +1211,12 @@ class ChromeProxyService implements VmServiceInterface {
12111211
12121212 final response = await completer.future.timeout (
12131213 timeout,
1214- onTimeout: () => throw TimeoutException (
1215- 'Client did not respond to hot reload request' ,
1216- timeout,
1217- ),
1214+ onTimeout:
1215+ () =>
1216+ throw TimeoutException (
1217+ 'Client did not respond to hot reload request' ,
1218+ timeout,
1219+ ),
12181220 );
12191221
12201222 if (! response.success) {
Original file line number Diff line number Diff line change @@ -406,7 +406,6 @@ void _sendHotReloadResponse(
406406 );
407407}
408408
409-
410409Future <void > handleWebSocketHotReloadRequest (
411410 HotReloadRequest event,
412411 ReloadingManager manager,
You can’t perform that action at this time.
0 commit comments