From b0236124fb328f5d1e863f3c76e6d57273519a15 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 1 Mar 2023 00:35:39 +0100 Subject: Format: Run black and gofumpt --- internal/oauth/token.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/oauth') diff --git a/internal/oauth/token.go b/internal/oauth/token.go index 1594f43..a9d2c82 100644 --- a/internal/oauth/token.go +++ b/internal/oauth/token.go @@ -5,8 +5,8 @@ import ( "sync" "time" - "github.com/go-errors/errors" "github.com/eduvpn/eduvpn-common/internal/log" + "github.com/go-errors/errors" ) // TokenResponse defines the OAuth response from the server that includes the tokens. -- cgit v1.2.3