docs: update put telnet format

This commit is contained in:
Adam Ji 2023-04-23 10:17:20 +08:00
parent c405051bb3
commit bec5790c6c
1 changed files with 1 additions and 1 deletions

View File

@ -79,4 +79,4 @@ async fn put_telnet() -> anyhow::Result<()> {
client.exec(format!("drop database if exists {db}")).await?;
Ok(())
}
}