Skip to content

Commit

Permalink
Solve 'File is not gofmt -ed with -s'
Browse files Browse the repository at this point in the history
Signed-off-by: Saarthak <[email protected]>
  • Loading branch information
SaarthakMaini committed Feb 5, 2023
1 parent aa6b733 commit a1e740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/anonymizer/app/query/query.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ func (q *Query) QueryTrace(traceID string) ([]model.Span, error) {
if err != nil {
return nil, unwrapNotFoundErr(err)
}
spans = append(spans, received.Spans...)
spans = append(spans, received.Spans...)
}

return spans, nil
Expand Down

0 comments on commit a1e740e

Please sign in to comment.