Skip to content

Commit

Permalink
i love linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ie-pham committed Jun 27, 2024
1 parent da8405b commit 5b8572b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/parquetquery/iters.go
Original file line number Diff line number Diff line change
Expand Up @@ -2200,7 +2200,7 @@ func (a *KeyValueGroupPredicate) KeepGroup(group *IteratorResult) bool {
}

func panicWhenInvalidDefinitionLevel(definitionLevel int) {
panic(fmt.Sprintf("definition level out of bound: should be [0:7] but got %d %d", definitionLevel))
panic(fmt.Sprintf("definition level out of bound: should be [0:7] but got %d", definitionLevel))
}

/*func printGroup(g *iteratorResult) {
Expand Down
1 change: 0 additions & 1 deletion tempodb/tempodb_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1935,7 +1935,6 @@ func searchTestSuite() (
searchesThatMatch []*tempopb.SearchRequest,
searchesThatDontMatch []*tempopb.SearchRequest,
) {

// Matches
searchesThatMatch = []*tempopb.SearchRequest{
{
Expand Down

0 comments on commit 5b8572b

Please sign in to comment.