Skip to content

Commit 00ad2d7

Browse files
authored
chore: make format golines (#471)
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 73f8e56 commit 00ad2d7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

input/chainsync/chainsync.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,8 +636,10 @@ func resolveTransactionInputs(
636636
if len(matches) == 0 {
637637
slog.Warn(
638638
"no matches found for input, could be due to Kupo not in sync.",
639-
"txId", txId,
640-
"txIndex", txIndex,
639+
"txId",
640+
txId,
641+
"txIndex",
642+
txIndex,
641643
)
642644
} else {
643645
slog.Debug(fmt.Sprintf("found matches %d for input TxId: %s, Index: %d", len(matches), txId, txIndex))

openapi/api_default.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)