Skip to content

Commit

Permalink
fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
leobragaz committed Mar 18, 2021
1 parent a6bd01b commit ff04ab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/filter-posts/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ use desmos::{
};

use cw_desmos_filter_posts::{
msg::{InitMsg, HandleMsg, QueryMsg},
mock::custom_query_execute,
state::REPORTS_LIMIT_KEY
msg::{HandleMsg, InitMsg, QueryMsg},
state::REPORTS_LIMIT_KEY,
};

#[cfg(not(tarpaulin))]
Expand Down

0 comments on commit ff04ab0

Please sign in to comment.