diff --git a/crates/manifest/src/paths.rs b/crates/manifest/src/paths.rs index f17ae616..f8cccc75 100644 --- a/crates/manifest/src/paths.rs +++ b/crates/manifest/src/paths.rs @@ -281,7 +281,10 @@ mod tests { ("HOME", Some("/h")), ("XDG_RUNTIME_DIR", Some("/run/user/1000")), ]); - assert_eq!(runtime_dir().unwrap(), PathBuf::from("")); + assert_eq!( + runtime_dir().unwrap(), + PathBuf::from("") + ); } #[test]