summaryrefslogtreecommitdiff
path: root/internal/failover
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-03 12:39:38 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-03 12:39:38 +0100
commit41d0cc72044244b630d12548b046996e5006eb3e (patch)
tree277f98a8ba35dfa7fb18017e7e36a75c21c1f7a5 /internal/failover
parent15a3a0b0ac8acabcdf7f9397eb53fb4c4b36a994 (diff)
Format: Run gofumpt
Diffstat (limited to 'internal/failover')
-rw-r--r--internal/failover/monitor.go2
1 files changed, 1 insertions, 1 deletions
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