Skip to content

Commit 2615ec1

Browse files
Update src/command.rs
Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent 6057429 commit 2615ec1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl OverSsh for std::process::Command {
7171
/// async fn main() -> Result<(), Box<dyn std::error::Error>> {
7272
/// use std::process::Command;
7373
/// use openssh::{Session, KnownHosts, OverSsh};
74-
74+
///
7575
/// let session = Session::connect_mux("me@ssh.example.com", KnownHosts::Strict).await?;
7676
/// let ls =
7777
/// Command::new("ls")

0 commit comments

Comments
 (0)