From 7d67ce7f6a15970677b7d0b8f4912fe379862515 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 7 Jul 2022 15:41:16 +0200 Subject: Format: Run gofumpt --- internal/discovery/discovery.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/discovery') diff --git a/internal/discovery/discovery.go b/internal/discovery/discovery.go index c61469d..2331491 100644 --- a/internal/discovery/discovery.go +++ b/internal/discovery/discovery.go @@ -70,7 +70,7 @@ func (discovery *Discovery) Init(fsm *fsm.FSM, logger *log.FileLogger) { // - [TODO] when the user tries to add new server AND the user did NOT yet choose an organization before; // - [TODO] when the authorization for the server associated with an already chosen organization is triggered, e.g. after expiry or revocation. func (discovery *Discovery) DetermineOrganizationsUpdate() bool { - return discovery.Organizations.Timestamp == 0 + return discovery.Organizations.Timestamp == 0 } func (discovery *Discovery) GetSecureLocationList() []string { @@ -189,7 +189,7 @@ func (e GetOrgByIDNotFoundError) Error() string { } type GetServerByURLNotFoundError struct { - URL string + URL string Type string } @@ -199,7 +199,7 @@ func (e GetServerByURLNotFoundError) Error() string { type GetServerByCountryCodeNotFoundError struct { CountryCode string - Type string + Type string } func (e GetServerByCountryCodeNotFoundError) Error() string { -- cgit v1.2.3