Skip to content

Commit c9ec5ff

Browse files
author
Thales Zirbel
committed
fix: correct fmt
1 parent 777f6f7 commit c9ec5ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

contracts/cw20-base/src/contract.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,7 @@ pub fn instantiate(
126126
total_supply,
127127
mint,
128128
};
129-
let compliance_addr = deps
130-
.api
131-
.addr_validate(&msg.registries.compliance_address)?;
129+
let compliance_addr = deps.api.addr_validate(&msg.registries.compliance_address)?;
132130
COMPLIANCE_ADDRESS.save(deps.storage, &compliance_addr)?;
133131

134132
TOKEN_INFO.save(deps.storage, &data)?;

0 commit comments

Comments
 (0)