File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,11 @@ where
204204 debug_assert ! (
205205 false ,
206206 "Received response from unexpected LSP counterparty. This should never happen."
207- ) ;
207+ ) ;
208208 log_error ! (
209209 self . logger,
210210 "Received response from unexpected LSP counterparty. This should never happen."
211- ) ;
211+ ) ;
212212 return ;
213213 }
214214
@@ -260,11 +260,11 @@ where
260260 debug_assert ! (
261261 false ,
262262 "Received response from unexpected LSP counterparty. This should never happen."
263- ) ;
263+ ) ;
264264 log_error ! (
265265 self . logger,
266266 "Received response from unexpected LSP counterparty. This should never happen."
267- ) ;
267+ ) ;
268268 return ;
269269 }
270270
@@ -318,11 +318,11 @@ where
318318 debug_assert ! (
319319 false ,
320320 "Received response from unexpected LSP counterparty. This should never happen."
321- ) ;
321+ ) ;
322322 log_error ! (
323323 self . logger,
324324 "Received response from unexpected LSP counterparty. This should never happen."
325- ) ;
325+ ) ;
326326 return ;
327327 }
328328
@@ -373,11 +373,11 @@ where
373373 debug_assert ! (
374374 false ,
375375 "Received response from unexpected LSP counterparty. This should never happen."
376- ) ;
376+ ) ;
377377 log_error ! (
378378 self . logger,
379379 "Received response from unexpected LSP counterparty. This should never happen."
380- ) ;
380+ ) ;
381381 return ;
382382 }
383383
You can’t perform that action at this time.
0 commit comments