This commit is contained in:
Syrus Akbary
2023-01-16 12:46:53 +01:00
committed by GitHub
parent bb2d6ac4d9
commit 9b75e914f7

View File

@@ -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) => {