style(kvs): fix formatting
This commit is contained in:
parent
f22037beda
commit
9f368d8b87
|
@ -44,9 +44,7 @@ mod tests {
|
|||
pub fn use_test_directory(callback: impl FnOnce(&Path)) {
|
||||
let dir = TempDir::new("kvstempconfig").unwrap();
|
||||
|
||||
callback(
|
||||
dir.path(),
|
||||
);
|
||||
callback(dir.path());
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in New Issue
Block a user