Skip to content

Commit 191298b

Browse files
committed
Gofmt
1 parent fc2ae64 commit 191298b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/committer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (c *Committer) Start(ctx context.Context) {
111111
Str("latest_committed", latestCommittedBlockNumber.String()).
112112
Str("gap", gap.String()).
113113
Msg("Publisher is behind committed position, seeking forward to committed value")
114-
114+
115115
c.lastPublishedBlock.Store(latestCommittedBlockNumber.Uint64())
116116
if err := c.storage.StagingStorage.SetLastPublishedBlockNumber(chainID, latestCommittedBlockNumber); err != nil {
117117
log.Error().Err(err).Msg("Failed to update last published block number after seeking forward")

0 commit comments

Comments
 (0)