diff --git a/crates/manifest/src/paths.rs b/crates/manifest/src/paths.rs index f8cccc75..f17ae616 100644 --- a/crates/manifest/src/paths.rs +++ b/crates/manifest/src/paths.rs @@ -281,10 +281,7 @@ 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]