Skip to content

Commit

Permalink
Merge pull request CosmWasm#9 from aura-nw/cw2_supported_interface
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
ThienLK1 authored Nov 18, 2022
2 parents c88cd6f + 693d062 commit 46ab00f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/cw22/src/query.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// use cosmwasm_schema::cw_serde;
// use cosmwasm_std::{Uint128};
use cosmwasm_schema::cw_serde;

// #[cw_serde]
#[derive(Debug, PartialEq)]
#[cw_serde]
pub struct VersionResponse {
pub version_require: String,
pub supported_version: String,
Expand Down

0 comments on commit 46ab00f

Please sign in to comment.