Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gt2345 committed Sep 27, 2024
1 parent 7b1df0e commit aa2cf18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/internal/api_trials.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func (a *apiServer) TrialLogs(
TimestampAfter: req.TimestampAfter,
OrderBy: req.OrderBy,
SearchText: req.SearchText,
EnableRegex: req.EnableRegex,
EnableRegex: req.EnableRegex,
}, res)
err := processBatches(res, func(b api.Batch) error {
return b.ForEach(func(i interface{}) error {
Expand Down

0 comments on commit aa2cf18

Please sign in to comment.