Skip to content

Commit 676e16b

Browse files
fix linter errors
Signed-off-by: Sebastian Webber <sebastian@swebber.me>
1 parent 8a46ea0 commit 676e16b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/admin.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,11 @@ where
277277

278278
/// Show all available options.
279279
async fn show_help<T>(stream: &mut T) -> Result<(), Error>
280-
where
281-
T: tokio::io::AsyncWrite + std::marker::Unpin,
280+
where
281+
T: tokio::io::AsyncWrite + std::marker::Unpin,
282282
{
283283
let mut res = BytesMut::new();
284284

285-
286285
let detail_msg = vec![
287286
"",
288287
"SHOW HELP|CONFIG|DATABASES|POOLS|CLIENTS|SERVERS|USERS|VERSION",

0 commit comments

Comments
 (0)