Skip to content

Commit

Permalink
fix: missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwhitney committed Apr 1, 2024
1 parent 2072bd5 commit 3a014dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/querier/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -384,8 +384,8 @@ func (q *QuerierAPI) DetectedFieldsHandler(ctx context.Context, req *logproto.De
if resp == nil { // Some stores don't implement this
level.Debug(spanlogger.FromContext(ctx)).Log(
"detected_fields", "true",
"msg", "no response from querier.DetectedFields"
)
"msg", "no response from querier.DetectedFields",
)
return &logproto.DetectedFieldsResponse{
Fields: []*logproto.DetectedField{
{
Expand Down

0 comments on commit 3a014dd

Please sign in to comment.