Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cgorenflo committed Aug 31, 2023
1 parent 547b550 commit 2dd4209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ampd/src/handlers/multisig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use async_trait::async_trait;
use cosmrs::cosmwasm::MsgExecuteContract;
use cosmwasm_std::{HexBinary, Uint64};
use ecdsa::VerifyingKey;
use error_stack::{IntoReport, ResultExt};
use error_stack::ResultExt;
use hex::{encode, FromHex};
use serde::de::Error as DeserializeError;
use serde::{Deserialize, Deserializer};
Expand Down

0 comments on commit 2dd4209

Please sign in to comment.