Skip to content

Commit

Permalink
Clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn-hasky-dragon committed Sep 9, 2024
1 parent e80b0f8 commit ba38b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ impl Predict {
}

fn exec_accept_admin(&self, addr: &Addr) -> AnyResult<AppResponse> {
self.execute(&addr, &ExecuteMsg::AcceptAdmin {}, None)
self.execute(addr, &ExecuteMsg::AcceptAdmin {}, None)
}

fn withdraw(&self, addr: &Addr, outcome: u8, tokens: Token) -> AnyResult<AppResponse> {
Expand Down

0 comments on commit ba38b0e

Please sign in to comment.