From 4e81d534c2f2c87ebdfeafb1f8338b17ffdfc708 Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Mon, 26 Jul 2021 16:22:34 -0700 Subject: Fix formatting via make fmt --- client/gitlabnet.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client/gitlabnet.go') diff --git a/client/gitlabnet.go b/client/gitlabnet.go index a262d93..f71c110 100644 --- a/client/gitlabnet.go +++ b/client/gitlabnet.go @@ -132,9 +132,9 @@ func (c *GitlabNetClient) DoRequest(ctx context.Context, method, path string, da start := time.Now() response, err := c.httpClient.Do(request) fields := log.Fields{ - "method": method, - "url": request.URL.String(), - "duration_ms": time.Since(start) / time.Millisecond, + "method": method, + "url": request.URL.String(), + "duration_ms": time.Since(start) / time.Millisecond, } logger := log.WithContextFields(ctx, fields) -- cgit v1.2.1