Skip to content

Commit aebbdff

Browse files
committed
Linter fix
1 parent abfa8d3 commit aebbdff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

block/internal/syncing/syncer.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ type Syncer struct {
5858
errorCh chan<- error // Channel to report critical execution client failures
5959

6060
// Handlers
61-
daRetriever DARetriever
62-
p2pHandler p2pHandler
61+
daRetriever DARetriever
62+
p2pHandler p2pHandler
6363
raftRetriever *raftRetriever
6464

6565
// Logging
@@ -90,7 +90,7 @@ func NewSyncer(
9090
errorCh chan<- error,
9191
raftNode common.RaftNode,
9292
) *Syncer {
93-
s:= &Syncer{
93+
s := &Syncer{
9494
store: store,
9595
exec: exec,
9696
daClient: daClient,

0 commit comments

Comments
 (0)