Skip to content

Commit

Permalink
Restore newSequenceRequired (#1283)
Browse files Browse the repository at this point in the history
* temporary fix

* restore newSequenceRequired

* restore newSequenceRequired
  • Loading branch information
capossele authored May 11, 2021
1 parent 7d927f3 commit 2c4fc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/markers/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ func (m *Manager) fetchSequence(referencedMarkers *Markers, pastMarkerGap, rank
return
}
sequence.increaseVerticesWithoutFutureMarker()
if true || !sequence.newSequenceRequired(pastMarkerGap) {
if !sequence.newSequenceRequired(pastMarkerGap) {
return
}

Expand Down

0 comments on commit 2c4fc76

Please sign in to comment.