From 0e4ab1d496afb7eff2e3fc5687af2ffe85e3f9b0 Mon Sep 17 00:00:00 2001 From: Hare Date: Thu, 28 May 2026 12:38:53 +0900 Subject: [PATCH] style: format manifest paths test --- crates/manifest/src/paths.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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]