From 57705feadd598c9a14df53b83161b8f020731bd6 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 16 Feb 2023 16:03:46 +0100 Subject: Format: Run gofumpt --- internal/test/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/test/handler.go') diff --git a/internal/test/handler.go b/internal/test/handler.go index 5c02629..3991c6a 100644 --- a/internal/test/handler.go +++ b/internal/test/handler.go @@ -7,7 +7,7 @@ import ( // HandlerSet is a struct with a mutex that allows us to swap handlers while a test server is running type HandlerSet struct { - mu sync.Mutex + mu sync.Mutex handler http.Handler } -- cgit v1.2.3