style: revert unrelated manifest path formatting

This commit is contained in:
Keisuke Hirata 2026-05-28 12:36:32 +09:00
parent 5d104a1cc6
commit 4450e1da9d
No known key found for this signature in database

View File

@ -281,7 +281,10 @@ mod tests {
("HOME", Some("/h")), ("HOME", Some("/h")),
("XDG_RUNTIME_DIR", Some("/run/user/1000")), ("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] #[test]