mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
semicolon lol
This commit is contained in:
parent
f2d21ad813
commit
1fc42d7566
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ where
|
|||
{
|
||||
// detect broken pipe
|
||||
if e.kind() == std::io::ErrorKind::BrokenPipe {
|
||||
info!("Broken pipe, shutting down connection.")
|
||||
info!("Broken pipe, shutting down connection.");
|
||||
self.shutdown();
|
||||
}
|
||||
return Err(e);
|
||||
|
|
Loading…
Add table
Reference in a new issue