Skip to content

Commit d0e1805

Browse files
committed
Fix even more analyser hints
1 parent a1d27c8 commit d0e1805

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build_runner/lib/src/server/server.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const _performancePath = r'$perf';
2323
final _graphPath = r'$graph';
2424
final _assetsDigestPath = r'$assetDigests';
2525
final _buildUpdatesProtocol = r'$livereload';
26-
final _buildUpdatesMessage = 'update';
2726
final entrypointExtensionMarker = '/* ENTRYPOINT_EXTENTION_MARKER */';
2827

2928
final _logger = Logger('Serve');
@@ -158,7 +157,7 @@ class BuildUpdatesWebSocketHandler {
158157
final WatchImpl _state;
159158

160159
BuildUpdatesWebSocketHandler(this._state,
161-
[this._handlerFactory = webSocketHandler]) {}
160+
[this._handlerFactory = webSocketHandler]);
162161

163162
shelf.Handler createHandlerByRootDir(String rootDir) {
164163
if (!_internalHandlers.containsKey(rootDir)) {

0 commit comments

Comments
 (0)