mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-10 14:48:27 +00:00
Fix lint
This commit is contained in:
@@ -56,9 +56,7 @@ impl PackageSource {
|
||||
return if path.exists() {
|
||||
Ok(path)
|
||||
} else {
|
||||
Err(anyhow::anyhow!(
|
||||
"Could not find local file {f}"
|
||||
))
|
||||
Err(anyhow::anyhow!("Could not find local file {f}"))
|
||||
};
|
||||
}
|
||||
Self::Url(u) => {
|
||||
|
||||
Reference in New Issue
Block a user