From 196140a4cf34640ff963f2ae08dd135c3834f0d3 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 9 Aug 2022 14:24:07 +0200 Subject: Formatting: Run gofumpt --- internal/oauth/oauth.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'internal/oauth') diff --git a/internal/oauth/oauth.go b/internal/oauth/oauth.go index 79f4ebf..75a2e9f 100644 --- a/internal/oauth/oauth.go +++ b/internal/oauth/oauth.go @@ -82,11 +82,11 @@ type OAuthExchangeSession struct { // Struct that defines the json format for /.well-known/vpn-user-portal" type OAuthToken struct { - Access string `json:"access_token"` - Refresh string `json:"refresh_token"` - Type string `json:"token_type"` - Expires int64 `json:"expires_in"` - ExpiredTimestamp time.Time `json:"expires_in_timestamp"` + Access string `json:"access_token"` + Refresh string `json:"refresh_token"` + Type string `json:"token_type"` + Expires int64 `json:"expires_in"` + ExpiredTimestamp time.Time `json:"expires_in_timestamp"` } // Gets an authorized HTTP client by obtaining refresh and access tokens -- cgit v1.2.3