From 5839eedd22e28a281f3faa90433f0452ca31b385 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 23 Aug 2022 14:08:58 +0200 Subject: Formatting: Run golines --- internal/server/instituteaccess.go | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'internal/server/instituteaccess.go') diff --git a/internal/server/instituteaccess.go b/internal/server/instituteaccess.go index 1da2d1e..6ac248d 100644 --- a/internal/server/instituteaccess.go +++ b/internal/server/instituteaccess.go @@ -37,7 +37,13 @@ func (institute *InstituteAccessServer) GetBase() (*ServerBase, error) { return &institute.Base, nil } -func (institute *InstituteAccessServer) init(url string, displayName map[string]string, serverType string, supportContact []string, fsm *fsm.FSM) error { +func (institute *InstituteAccessServer) init( + url string, + displayName map[string]string, + serverType string, + supportContact []string, + fsm *fsm.FSM, +) error { errorMessage := fmt.Sprintf("failed initializing institute server %s", url) institute.Base.URL = url institute.Base.DisplayName = displayName -- cgit v1.2.3