Skip to content

Commit

Permalink
fix: clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Jan 14, 2025
1 parent 18a1b78 commit 92cc7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/injective-test-tube/src/module/wasm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ where
pub fn query<M, Res>(&self, contract: &str, msg: &M) -> RunnerResult<Res>
where
M: ?Sized + Serialize,
Res: ?Sized + DeserializeOwned,
Res: DeserializeOwned,
{
let res = self
.runner
Expand Down

0 comments on commit 92cc7c8

Please sign in to comment.