From 09709423ac4f8b3e48c543a4b7e3528dfdab4174 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 03:53:08 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 9880dfc according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2352 --- internal/k8s/vald/benchmark/job/job_template_option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/k8s/vald/benchmark/job/job_template_option.go b/internal/k8s/vald/benchmark/job/job_template_option.go index 4e5e03c146e..3f3b5e89815 100644 --- a/internal/k8s/vald/benchmark/job/job_template_option.go +++ b/internal/k8s/vald/benchmark/job/job_template_option.go @@ -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 )