diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 13:11:01 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-12-19 13:11:01 +0100 |
| commit | 7d766ee5a8a9824e9bb904149834670281890979 (patch) | |
| tree | 6aa35a08fece7286b3db4e94c4ae709cb2138a07 /internal/api/profiles/profiles.go | |
| parent | 9438a600fdce5a2d00521061d11fb94d3fd7d16b (diff) | |
Format: Run make fmt
Diffstat (limited to 'internal/api/profiles/profiles.go')
| -rw-r--r-- | internal/api/profiles/profiles.go | 2 |
1 files changed, 1 insertions, 1 deletions
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} |
