From 5c1389589407a82b3ae989a316dcd79cf871ff1f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 25 Oct 2023 14:14:14 +0200 Subject: Format: Run Gofumpt --- internal/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/http/http.go') diff --git a/internal/http/http.go b/internal/http/http.go index 49e5f4f..0f56b96 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -11,8 +11,8 @@ import ( "strings" "time" - "github.com/go-errors/errors" "github.com/eduvpn/eduvpn-common/internal/version" + "github.com/go-errors/errors" ) // UserAgent is the user agent that is used for requests -- cgit v1.2.3