Skip to content

Commit a077da6

Browse files
committed
f Fix indentation
1 parent ef49d6d commit a077da6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/liquidity.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)