style: format manifest paths test

This commit is contained in:
Keisuke Hirata 2026-05-28 12:38:53 +09:00
parent a85ca369ae
commit fcca67a9ad

View File

@ -281,10 +281,7 @@ mod tests {
("HOME", Some("/h")),
("XDG_RUNTIME_DIR", Some("/run/user/1000")),
]);
assert_eq!(
runtime_dir().unwrap(),
PathBuf::from("<runtime-dir>")
);
assert_eq!(runtime_dir().unwrap(), PathBuf::from("<runtime-dir>"));
}
#[test]