Skip to content

Commit 7e8bae6

Browse files
committed
fix tabs
1 parent 8fa20ce commit 7e8bae6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/ethapi/logtracer.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ type tracer struct {
5353
count int
5454
traceTransfers bool
5555
blockNumber uint64
56-
blockTimestamp uint64
56+
blockTimestamp uint64
5757
blockHash common.Hash
5858
txHash common.Hash
5959
txIdx uint
@@ -63,7 +63,7 @@ func newTracer(traceTransfers bool, blockNumber uint64, blockTimestamp uint64, b
6363
return &tracer{
6464
traceTransfers: traceTransfers,
6565
blockNumber: blockNumber,
66-
blockTimestamp: blockTimestamp,
66+
blockTimestamp: blockTimestamp,
6767
blockHash: blockHash,
6868
txHash: txHash,
6969
txIdx: txIndex,

0 commit comments

Comments
 (0)