Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil-goel committed Nov 29, 2024
1 parent 16195a4 commit 1941037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posting/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ func (mm *MutableLayer) insertCommitedPostings(pl *pb.PostingList) {
mm.committedUids[mpost.Uid] = mpost
}
if mm.committedUidsTime == math.MaxUint64 {
mm.commitedUidsTime = 0
mm.committedUidsTime = 0
}
mm.committedUidsTime = x.Max(mpost.CommitTs, mm.committedUidsTime)
if mm.length == math.MaxInt64 {
Expand Down

0 comments on commit 1941037

Please sign in to comment.