From 87c9f6c436178db9624054cf09f9791f91afb12b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 10 Apr 2021 11:57:31 +0000 Subject: [PATCH] ci(chore): Fix stylings --- utils/connection.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/utils/connection.go b/utils/connection.go index 1f26c81d..5648161a 100644 --- a/utils/connection.go +++ b/utils/connection.go @@ -1,10 +1,11 @@ package utils import ( - "github.com/pkg/errors" "io" "net" "time" + + "github.com/pkg/errors" ) type TCPListener struct {