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 9880dfc according to the output
from Gofumpt and Prettier.

Details: #2352
  • Loading branch information
deepsource-autofix[bot] authored Feb 15, 2024
1 parent 9880dfc commit 0970942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/k8s/vald/benchmark/job/job_template_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ type BenchmarkJobOption func(b *jobs.Job) error

// defaultTTLSeconds represents the default TTLSecondsAfterFinished for benchmark job template.
const (
defaultTTLSeconds int32 = 600
defaultTTLSeconds int32 = 600
defaultCompletions int32 = 1
defaultParallelism int32 = 1
)
Expand Down

0 comments on commit 0970942

Please sign in to comment.