From 9cbe11f260ea9bede2ddc25c689e2761ae14039f Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 7 Feb 2024 13:50:00 +0100 Subject: Format: Run gofumpt --- internal/failover/monitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/failover') diff --git a/internal/failover/monitor.go b/internal/failover/monitor.go index 987cce6..d9028f2 100644 --- a/internal/failover/monitor.go +++ b/internal/failover/monitor.go @@ -1,9 +1,9 @@ package failover import ( - "fmt" "context" "errors" + "fmt" "time" "github.com/eduvpn/eduvpn-common/internal/log" -- cgit v1.2.3