Skip to content

Commit

Permalink
style: Format code with prettier and gofumpt
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsource-autofix[bot] authored Mar 28, 2023
1 parent a9dc967 commit b43caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8s/vald/benchmark/api/v1/job_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type BenchmarkJobSpec struct {
UpsertConfig *config.UpsertConfig `json:"upsert_config,omitempty" yaml:"upsert_config"`
SearchConfig *config.SearchConfig `json:"search_config,omitempty" yaml:"search_config"`
RemoveConfig *config.RemoveConfig `json:"remove_config,omitempty" yaml:"remove_config"`
ObjectConfig *config.ObjectConfig `json:"object_config,omitempty" yaml:"object_config"`
ObjectConfig *config.ObjectConfig `json:"object_config,omitempty" yaml:"object_config"`
ClientConfig *config.GRPCClient `json:"client_config,omitempty" yaml:"client_config"`
Rules []*config.BenchmarkJobRule `json:"rules,omitempty" yaml:"rules"`
RPC int `json:"rpc,omitempty" yaml:"rpc"`
Expand Down

0 comments on commit b43caff

Please sign in to comment.