From b13a6532dc2019f832d1256e9e217426f5cdc62e Mon Sep 17 00:00:00 2001 From: Dery Rahman Ahaddienata Date: Wed, 1 Nov 2023 14:01:25 +0700 Subject: [PATCH] fix: lint --- client/cmd/job/run_input_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/cmd/job/run_input_test.go b/client/cmd/job/run_input_test.go index 8333b04029..97580b1c3b 100644 --- a/client/cmd/job/run_input_test.go +++ b/client/cmd/job/run_input_test.go @@ -3,8 +3,9 @@ package job_test import ( "testing" - "github.com/goto/optimus/client/cmd/job" "github.com/stretchr/testify/assert" + + "github.com/goto/optimus/client/cmd/job" ) func TestConstructConfigEnvSourcingContent(t *testing.T) {