Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Elliott <number101010@gmail.com>
  • Loading branch information
joe-elliott committed Jan 26, 2024
1 parent 1b34bb2 commit fd5a40c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tempodb/tempodb_search_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -916,10 +916,9 @@ func traceQLExistence(t *testing.T, _ *tempopb.Trace, _ *tempopb.TraceSearchMeta
}

// autoComplete!
func autoComplete(t *testing.T, _ *tempopb.Trace, _ *tempopb.TraceSearchMetadata, _, _ []*tempopb.SearchRequest, meta *backend.BlockMeta, _ Reader, bb common.BackendBlock) {
func autoComplete(t *testing.T, _ *tempopb.Trace, _ *tempopb.TraceSearchMetadata, _, _ []*tempopb.SearchRequest, _ *backend.BlockMeta, _ Reader, bb common.BackendBlock) {
ctx := context.Background()
e := traceql.NewEngine()
const intrinsicName = "name"

tcs := []struct {
name string
Expand Down

0 comments on commit fd5a40c

Please sign in to comment.