Skip to content

Commit

Permalink
style: format code with Gofumpt and Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in a532b7d according to the output
from Gofumpt and Prettier.

Details: #2477
  • Loading branch information
deepsource-autofix[bot] committed Apr 9, 2024
1 parent a532b7d commit 327e053
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/k8s/vald/benchmark/job/job_template.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ const (
svcAccount = "vald-benchmark-operator"
)

var (
mode = int32(420)
)
var mode = int32(420)

type BenchmarkJobTpl interface {
CreateJobTpl(opts ...BenchmarkJobOption) (k8s.Job, error)
Expand Down

0 comments on commit 327e053

Please sign in to comment.