Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Sep 21, 2023
1 parent b3aec6f commit 7ceba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/transmuter/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ mod tests {
// Query the share denom
let res = query(
deps.as_ref(),
env.clone(),
env,
ContractQueryMsg::Transmuter(QueryMsg::GetShareDenom {}),
)
.unwrap();
Expand Down

0 comments on commit 7ceba33

Please sign in to comment.