Skip to content

Commit b78153a

Browse files
jakecorrentislp
authored andcommitted
clippy fixes
Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
1 parent eb621a5 commit b78153a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/status.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ fn handle_incoming_stream<T: Read + Write>(stream: &mut T, shutdown_fd: &mut Fil
133133
println!("Error writing GET response: {e}");
134134
}
135135
}
136-
Err(e) => println!("Error reading stream: {}", e),
136+
Err(e) => println!("Error reading stream: {e}"),
137137
}
138138
}
139139

0 commit comments

Comments
 (0)