Skip to content

Commit

Permalink
formatting mised instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sammyshakes committed Sep 29, 2023
1 parent 222bce4 commit 2e37cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/src/cmd/forge/zksolc_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,12 +577,12 @@ impl ZkSolcManager {
let compiler_path = self.compilers_path.join(self.get_full_compiler());
fs::set_permissions(compiler_path, PermissionsExt::from_mode(0o755)).map_err(|e| {
Error::msg(format!("Failed to set zksync compiler permissions: {e}"))
})?
})?;
} else {
return Err(Error::msg(format!(
"Failed to download file: status code {}",
response.status()
)));
)))
}
Ok(())
}
Expand Down

0 comments on commit 2e37cf4

Please sign in to comment.