docs: update put telnet format
This commit is contained in:
parent
c405051bb3
commit
bec5790c6c
|
@ -79,4 +79,4 @@ async fn put_telnet() -> anyhow::Result<()> {
|
||||||
client.exec(format!("drop database if exists {db}")).await?;
|
client.exec(format!("drop database if exists {db}")).await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue