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/oauth/oauth.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'internal/oauth') diff --git a/internal/oauth/oauth.go b/internal/oauth/oauth.go index 246f1e8..8db2d7e 100644 --- a/internal/oauth/oauth.go +++ b/internal/oauth/oauth.go @@ -87,8 +87,8 @@ type OAuthExchangeSession struct { Verifier string // filled in when constructing the callback - Context context.Context - Server *http.Server + Context context.Context + Server *http.Server Listener net.Listener } -- cgit v1.2.3