Skip to content

Commit

Permalink
fixup more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thehowl committed Jan 23, 2025
1 parent cceccde commit 0ca4ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gno.land/pkg/integration/testdata/issue_1786.txtar
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func ProxyWrap() {
ugnotSent := uint64(sent.AmountOf("ugnot"))

if ugnotSent == 0 {
return
return
}

// WRAP IT
Expand All @@ -68,7 +68,7 @@ func ProxyWrap() {

func ProxyUnwrap(wugnotAmount uint64) {
if wugnotAmount == 0 {
return
return
}

// SEND WUGNOT: USER -> PROXY_WUGNOT
Expand Down

0 comments on commit 0ca4ced

Please sign in to comment.