Skip to content

Commit c63fe2d

Browse files
committed
satisfy cargo clippy
1 parent ee3161e commit c63fe2d

File tree

19 files changed

+289
-355
lines changed

19 files changed

+289
-355
lines changed

contracts/factory/src/mock_querier.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ impl WasmMockQuerier {
7171
pub fn handle_query(&self, request: &QueryRequest<Empty>) -> QuerierResult {
7272
match &request {
7373
QueryRequest::Wasm(WasmQuery::Smart {contract_addr, msg})// => {
74-
=> match from_binary(&msg).unwrap() {
74+
=> match from_binary(msg).unwrap() {
7575
QueryMsg::Pair {} => {
7676
let pair_info: PairInfo =
7777
match self.astroport_pair_querier.pairs.get(contract_addr) {

0 commit comments

Comments
 (0)