Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 676e16b

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

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎src/admin.rs

Copy file name to clipboardExpand all lines: src/admin.rs
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.