Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xantman committed Apr 29, 2021
1 parent a1508f7 commit 429ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ pub fn verify<S: Storage, A: Api, Q: Querier>(
};
let res = encode_msg(msg, env.message.sender)?;
Ok(HandleResponse {
messages: vec![res.into()],
messages: vec![res],
data: None,
log: vec![],
})
Expand Down

0 comments on commit 429ae63

Please sign in to comment.