diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 00:35:39 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-01 00:35:39 +0100 |
| commit | b0236124fb328f5d1e863f3c76e6d57273519a15 (patch) | |
| tree | 9b28b3637061f8ff1637e88adf8914a069baf5b1 /internal/oauth | |
| parent | a1519ff7685ac987f9d70b1fb49bf777028d49b0 (diff) | |
Format: Run black and gofumpt
Diffstat (limited to 'internal/oauth')
| -rw-r--r-- | internal/oauth/token.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
