Skip to content

Commit 681a1ef

Browse files
committed
fix: format
1 parent 1dd0262 commit 681a1ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/r/intermarch3/goo/resolver.gno

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ func resolve(id string) int64 {
2828
func resolveYesNo(dispute *Dispute) int64 {
2929
var (
3030
winningValue int64
31-
weight int64
32-
yesVotes int64
33-
noVotes int64
31+
weight int64
32+
yesVotes int64
33+
noVotes int64
3434
)
3535

3636
for _, vote := range dispute.Votes {
@@ -61,7 +61,7 @@ func resolveNumeric(dispute *Dispute) int64 {
6161
// Find the value with the most token weight
6262
var (
6363
winningValue int64
64-
maxWeight int64
64+
maxWeight int64
6565
)
6666

6767
// Collect unique values and aggregate weights

0 commit comments

Comments
 (0)