From 7ebd57b97addded00f232b34ad8eb8c313dc364e Mon Sep 17 00:00:00 2001 From: hugoShaka Date: Tue, 21 Jan 2025 15:05:52 -0500 Subject: [PATCH] lint --- lib/service/service_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/service_test.go b/lib/service/service_test.go index c0a27d8569e68..7295f3ade8229 100644 --- a/lib/service/service_test.go +++ b/lib/service/service_test.go @@ -23,7 +23,6 @@ import ( "crypto/tls" "errors" "fmt" - "github.com/sirupsen/logrus" "io" "log/slog" "net" @@ -43,6 +42,7 @@ import ( "github.com/gravitational/trace" "github.com/jonboulle/clockwork" "github.com/prometheus/client_golang/prometheus" + "github.com/sirupsen/logrus" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "golang.org/x/crypto/ssh"