aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b32c2b7..328dc8a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -44,7 +44,9 @@ mod tests {
error_code: 0,
hostname: Some(String::from("hush")),
terminal_cols: Some(80),
- pwd: Some(std::path::PathBuf::from("/home/doy/coding/fancy-prompt")),
+ pwd: Some(std::path::PathBuf::from(
+ "/home/doy/coding/fancy-prompt",
+ )),
home: Some(std::path::PathBuf::from("/home/doy")),
user: Some(String::from("doy")),
is_root: false,