diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-03 12:39:38 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-03 12:39:38 +0100 |
| commit | 41d0cc72044244b630d12548b046996e5006eb3e (patch) | |
| tree | 277f98a8ba35dfa7fb18017e7e36a75c21c1f7a5 /client | |
| parent | 15a3a0b0ac8acabcdf7f9397eb53fb4c4b36a994 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'client')
| -rw-r--r-- | client/client_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client_test.go b/client/client_test.go index 64c0430..3c57af5 100644 --- a/client/client_test.go +++ b/client/client_test.go @@ -11,8 +11,8 @@ import ( "time" httpw "github.com/eduvpn/eduvpn-common/internal/http" - "github.com/eduvpn/eduvpn-common/internal/util" "github.com/eduvpn/eduvpn-common/internal/oauth" + "github.com/eduvpn/eduvpn-common/internal/util" "github.com/go-errors/errors" ) |
