From 1fc42d756602a8c1a5eee253b080b185a3d629d5 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 9 Nov 2022 19:14:07 -0600 Subject: semicolon lol --- azalea-protocol/src/connect.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index 2400c712..83fbcb63 100644 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -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); -- cgit v1.2.3