From badac4c8dec6be7a798e891281221f7830305c88 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 13 Oct 2022 13:44:07 +0200 Subject: Format: Run gofumpt --- internal/http/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/http') diff --git a/internal/http/http.go b/internal/http/http.go index 15e2a17..02d83a6 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -157,7 +157,7 @@ func HTTPMethodWithOpts( type HTTPStatusError struct { URL string - Body string + Body string Status int } -- cgit v1.2.3