Skip to content

Commit

Permalink
fix: make format
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jan 18, 2024
1 parent 4b0056a commit 0e6b740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/benchmark.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func (cfg *FilterQuery) Bind() *FilterQuery {
// FilterConfig defines the desired state of filter config
type FilterConfig struct {
Target *FilterTarget `json:"target,omitempty" yaml:"target"`
Query *FilterQuery `json:"query,omitempty" yaml:"query"`
Query *FilterQuery `json:"query,omitempty" yaml:"query"`
}

func (cfg *FilterConfig) Bind() *FilterConfig {
Expand Down

0 comments on commit 0e6b740

Please sign in to comment.