Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <benye@amazon.com>
  • Loading branch information
yeya24 committed Jun 4, 2024
1 parent 8bbfd6f commit 32ebd89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tsdb/db.go
Original file line number Diff line number Diff line change
Expand Up @@ -1340,9 +1340,7 @@ func (db *DB) compactOOO(dest string, oooHead *OOOCompactionHead) (_ []ulid.ULID
if err != nil {
return nil, err
}
for _, uid := range uids {
ulids = append(ulids, uid)
}
ulids = append(ulids, uids...)
}

if len(ulids) == 0 {
Expand Down

0 comments on commit 32ebd89

Please sign in to comment.