From d8469d031e4c700906f717aefeaa202f776e5acd Mon Sep 17 00:00:00 2001 From: TimHuynh Date: Mon, 25 Sep 2023 10:02:26 -0500 Subject: [PATCH] fix linter --- vela/queue_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vela/queue_test.go b/vela/queue_test.go index 240cf88..4601818 100644 --- a/vela/queue_test.go +++ b/vela/queue_test.go @@ -5,12 +5,12 @@ package vela import ( - "encoding/json" + "encoding/json" //nolint:goimports "github.com/gin-gonic/gin" "github.com/go-vela/server/mock/server" "github.com/go-vela/types/library" "github.com/google/go-cmp/cmp" - "net/http" //nolint:goimports + "net/http" "net/http/httptest" "testing" )