Skip to content

Commit

Permalink
f: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrobot committed Jan 15, 2025
1 parent 4c1267d commit 2fb4202
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 2fb4202

Please sign in to comment.