Skip to content

Commit a4385f5

Browse files
committed
fix formatting
1 parent f17f39a commit a4385f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/l1-tx-volume-indexer/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func main() {
241241
false,
242242
"only update/compare rows where the existing DB row has is_lending=1 (ignores incompleteness filter)",
243243
)
244-
fetchTimeout = flag.Int("fetch-timeout", 10, "Covalent API timeout in seconds per transaction")
244+
fetchTimeout = flag.Int("fetch-timeout", 10, "Covalent API timeout in seconds per transaction")
245245
)
246246
flag.Parse()
247247

0 commit comments

Comments
 (0)