We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a46ea0 commit 676e16bCopy full SHA for 676e16b
src/admin.rs
@@ -277,12 +277,11 @@ where
277
278
/// Show all available options.
279
async fn show_help<T>(stream: &mut T) -> Result<(), Error>
280
- where
281
- T: tokio::io::AsyncWrite + std::marker::Unpin,
+where
+ T: tokio::io::AsyncWrite + std::marker::Unpin,
282
{
283
let mut res = BytesMut::new();
284
285
-
286
let detail_msg = vec![
287
"",
288
"SHOW HELP|CONFIG|DATABASES|POOLS|CLIENTS|SERVERS|USERS|VERSION",
0 commit comments