Skip to content

Commit

Permalink
Fix lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi committed May 7, 2024
1 parent b6eb7f4 commit 17e8029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pkg/logsviewer/eval_viewer.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func (m *evalView) handleSetEvalView(ctx app.Context, action app.Action) {
case evalQueryView:
current := resultSet.GetSelected()
if current == nil {
m.HTMLContent = fmt.Sprintf("No evaluation result is currently selected")
m.HTMLContent = "No evaluation result is currently selected"
break
}
value, err := docToHTML(current.Example.Query)
Expand Down

0 comments on commit 17e8029

Please sign in to comment.