Skip to content

Commit 1e23d8a

Browse files
committed
go fmt
1 parent 3779d07 commit 1e23d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

epoch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2879,7 +2879,7 @@ func (e *Epoch) haveNotFinalizedNotarizedRound() (uint64, bool) {
28792879
if round.finalization != nil || round.notarization == nil {
28802880
continue
28812881
}
2882-
2882+
28832883
if !found {
28842884
minRoundNum = round.num
28852885
found = true

0 commit comments

Comments
 (0)