Skip to content

Commit

Permalink
Update engine.go
Browse files Browse the repository at this point in the history
[TEST] remove comment
  • Loading branch information
manishm authored Sep 25, 2023
1 parent 2430b00 commit 38181ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/query-service/pqlEngine/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,3 @@ func (p *PqlEngine) RunAlertQuery(ctx context.Context, qs string, t time.Time) (
return nil, fmt.Errorf("rule result is not a vector or scalar")
}
}
//Adding comment

0 comments on commit 38181ba

Please sign in to comment.