From 93e6a9a08aec3cbb8b847a815ad905aa0d0bffca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 26 Mar 2023 00:10:35 -0400 Subject: fmt --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main.rs') 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, -- cgit v1.2.3-54-g00ecf