diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-13 13:44:07 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-13 13:44:07 +0200 |
| commit | badac4c8dec6be7a798e891281221f7830305c88 (patch) | |
| tree | a786fbd59cf9eab7ac8389ced8954859cc433fc4 /internal/oauth | |
| parent | adf59e8c6cdaf050ef9cf09301111e7429ec0c37 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/oauth')
| -rw-r--r-- | internal/oauth/oauth.go | 4 |
1 files changed, 2 insertions, 2 deletions
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 } |
