style: revert unrelated manifest path formatting
This commit is contained in:
parent
11d1dcffb6
commit
a85ca369ae
|
|
@ -281,7 +281,10 @@ 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]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user