style: format code with gofmt

This commit is contained in:
Krypto Kajun
2025-11-08 10:37:52 -06:00
parent 8cba462024
commit ae4abc5b5c
32 changed files with 9207 additions and 5843 deletions

View File

@@ -169,4 +169,4 @@ func testPool(client *ethclient.Client, poolABI abi.ABI, poolHex string, name st
} else if len(result) >= 32 {
fmt.Printf(" ✅ Raw token0(): 0x%x\n", result[12:32])
}
}
}