From 41d0cc72044244b630d12548b046996e5006eb3e Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 3 Jan 2023 12:39:38 +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 ed532f7..a6916be 100644 --- a/internal/failover/monitor.go +++ b/internal/failover/monitor.go @@ -4,8 +4,8 @@ import ( "context" "time" - "github.com/go-errors/errors" "github.com/eduvpn/eduvpn-common/internal/log" + "github.com/go-errors/errors" ) // The DroppedConMon is a connection monitor that checks for an increase in rx bytes in certain intervals -- cgit v1.2.3