mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-07 05:08:19 +00:00
cargo fmt
This commit is contained in:
5
lib/cache/src/filesystem.rs
vendored
5
lib/cache/src/filesystem.rs
vendored
@@ -55,10 +55,7 @@ impl FileSystemCache {
|
||||
// This path points to a file.
|
||||
Err(io::Error::new(
|
||||
io::ErrorKind::PermissionDenied,
|
||||
format!(
|
||||
"the supplied path already points to a file: {}",
|
||||
path.display()
|
||||
),
|
||||
format!("the supplied path already points to a file: {}", path.display()),
|
||||
))
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user