diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-03-07 15:09:20 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-03-07 15:19:43 +0100 |
| commit | 89111e1aef8a5bfbaa3b196b5cf27e768d225728 (patch) | |
| tree | 797e1a4d13c3a4bf6132cee9086e3625cfb0b18c /internal | |
| parent | b295c6ab90a2367d73cb691638a1a1b19a32d8b1 (diff) | |
Format: Run Gofumpt
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/config/v2/v2.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/v2/v2.go b/internal/config/v2/v2.go index 0e628d1..050eadd 100644 --- a/internal/config/v2/v2.go +++ b/internal/config/v2/v2.go @@ -238,7 +238,7 @@ func convertSecure(orgID string, countryCode string, disco *discovery.Discovery) }, CountryCode: countryCode, Locations: locs, - Delisted: true, + Delisted: true, } } return server.SecureInternet{ |
