Skip to content

Commit

Permalink
lint: stray spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
fragwuerdig committed Apr 15, 2024
1 parent 19976b1 commit 082538b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw20-taxed/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ pub mod migrate_v1 {
if is_terraport_token_v0(store)? {
set_contract_version(store, "crates.io:cw20-base", "1.1.0")?;
return Ok(());

// this is for terraswap tokens - normalize to v1.1.0
} else if is_terraswap_token_v0(store)? {
set_contract_version(store, "crates.io:cw20-base", "1.1.0")?;
Expand Down

0 comments on commit 082538b

Please sign in to comment.