1
2
Fork 0
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:
mat 2022-11-09 19:14:07 -06:00
parent f2d21ad813
commit 1fc42d7566

View file

@ -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);