Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
remove unnecessary string argument from build error
Browse files Browse the repository at this point in the history
Co-authored-by: Chih Cheng Liang <chihchengliang@gmail.com>
  • Loading branch information
AronisAt79 and ChihChengLiang authored Nov 8, 2023
1 parent 9bf9c1c commit 43ee65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ fn main() -> Result<(), BuildError> {
let abi = contract
.abi
.ok_or_else(|| {
BuildError::ErrorLoadingContractAbi("Failed to get contract Abi".to_string())
BuildError::ErrorLoadingContractAbi
})?
.clone();

Expand Down

0 comments on commit 43ee65c

Please sign in to comment.