Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ThienLK1 committed Nov 18, 2022
1 parent b4c1a0a commit 693d062
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 693d062

Please sign in to comment.