diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-25 14:14:14 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-10-25 16:34:13 +0200 |
| commit | 5c1389589407a82b3ae989a316dcd79cf871ff1f (patch) | |
| tree | 4fdc779bf6d27ac62265e645868f3592644eae39 /internal/http | |
| parent | 8817b04905b2eb1b714f51ea0ce43687a98ba886 (diff) | |
Format: Run Gofumpt
Diffstat (limited to 'internal/http')
| -rw-r--r-- | internal/http/http.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go index 49e5f4f..0f56b96 100644 --- a/internal/http/http.go +++ b/internal/http/http.go @@ -11,8 +11,8 @@ import ( "strings" "time" - "github.com/go-errors/errors" "github.com/eduvpn/eduvpn-common/internal/version" + "github.com/go-errors/errors" ) // UserAgent is the user agent that is used for requests |
