From 7bcdc08bc9b0c94effcd6af0e5bf0bbe2ad1d83e Mon Sep 17 00:00:00 2001 From: Juan Font Date: Thu, 2 Mar 2023 23:21:18 +0000 Subject: [PATCH] Minor linting fixes Other linting issue --- cmd/headscale/cli/configtest.go | 2 +- integration/hsic/hsic.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/headscale/cli/configtest.go b/cmd/headscale/cli/configtest.go index 37b77848..72744a7b 100644 --- a/cmd/headscale/cli/configtest.go +++ b/cmd/headscale/cli/configtest.go @@ -1,8 +1,8 @@ package cli import ( - "github.com/spf13/cobra" "github.com/rs/zerolog/log" + "github.com/spf13/cobra" ) func init() { diff --git a/integration/hsic/hsic.go b/integration/hsic/hsic.go index d00efe46..08e7806e 100644 --- a/integration/hsic/hsic.go +++ b/integration/hsic/hsic.go @@ -108,7 +108,7 @@ func WithPort(port int) Option { } } -// WithTestName sets a a name for the test, this will be reflected +// WithTestName sets a name for the test, this will be reflected // in the Docker container name. func WithTestName(testName string) Option { return func(hsic *HeadscaleInContainer) {