Skip to content

Commit f35e730

Browse files
committed
applied dart format
1 parent 159d82d commit f35e730

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dwds/lib/src/services/chrome_proxy_service.dart

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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) {

dwds/web/client.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ void _sendHotReloadResponse(
406406
);
407407
}
408408

409-
410409
Future<void> handleWebSocketHotReloadRequest(
411410
HotReloadRequest event,
412411
ReloadingManager manager,

0 commit comments

Comments
 (0)