summaryrefslogtreecommitdiff
path: root/internal/http
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 00:35:39 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-01 00:35:39 +0100
commitb0236124fb328f5d1e863f3c76e6d57273519a15 (patch)
tree9b28b3637061f8ff1637e88adf8914a069baf5b1 /internal/http
parenta1519ff7685ac987f9d70b1fb49bf777028d49b0 (diff)
Format: Run black and gofumpt
Diffstat (limited to 'internal/http')
-rw-r--r--internal/http/http.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/http/http.go b/internal/http/http.go
index 766a2db..c31ed5e 100644
--- a/internal/http/http.go
+++ b/internal/http/http.go
@@ -249,5 +249,4 @@ func (e *StatusError) Error() string {
// RegisterAgent registers the user agent for client and version
func RegisterAgent(client string, version string) {
UserAgent = fmt.Sprintf("%s/%s %s", client, version, "eduvpn-common/1.0.0")
-
}