aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-06 03:28:06 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-06 03:28:06 -0500
commitc9fc9cd6983ccd3c50ce58823807f0b18aa8cde1 (patch)
treea0ba05ef93979523aa075b0f21693d1054a48046 /src
parentc27a03533a0624a35a2a63c6c94b26d187e813d2 (diff)
downloadpty-process-c9fc9cd6983ccd3c50ce58823807f0b18aa8cde1.tar.gz
pty-process-c9fc9cd6983ccd3c50ce58823807f0b18aa8cde1.zip
fix rustfmt config
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 80fdbc7..a9672ce 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -22,7 +22,7 @@
//!
//! ```no_run
//! # use pty_process::Command as _;
-//! #
+//! #
//! # let mut cmd = std::process::Command::new("nethack");
//! # let mut child = cmd
//! # .spawn_pty(Some(&pty_process::Size::new(24, 80))).unwrap();