From 7d766ee5a8a9824e9bb904149834670281890979 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 19 Dec 2024 13:11:01 +0100 Subject: Format: Run make fmt --- internal/api/api_test.go | 2 +- internal/api/profiles/profiles.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'internal') diff --git a/internal/api/api_test.go b/internal/api/api_test.go index 5034465..2170743 100644 --- a/internal/api/api_test.go +++ b/internal/api/api_test.go @@ -292,7 +292,7 @@ func TestAPIInfo(t *testing.T) { ID: "test1", DisplayName: "test profile 1", VPNProtoList: []string{"openvpn", "wireguard"}, - Priority: 3, + Priority: 3, DefaultGateway: false, }, }, diff --git a/internal/api/profiles/profiles.go b/internal/api/profiles/profiles.go index e835ffe..77109f1 100644 --- a/internal/api/profiles/profiles.go +++ b/internal/api/profiles/profiles.go @@ -112,7 +112,7 @@ func (i Info) Public() server.Profiles { "en": p.DisplayName, }, DefaultGateway: p.DefaultGateway, - Priority: p.Priority, + Priority: p.Priority, } } return server.Profiles{Map: m} -- cgit v1.2.3