Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
defo89 committed Apr 16, 2024
1 parent 016ee66 commit cf2e982
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/util/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import (
"strings"

"github.com/go-logr/logr"
"github.com/vishvananda/netlink"

"github.com/sapcc/go-pmtud/internal/config"
"github.com/sapcc/go-pmtud/internal/metrics"
"github.com/vishvananda/netlink"
)

func GetReplicationInterface(cfg *config.Config, log logr.Logger) error {
Expand Down

0 comments on commit cf2e982

Please sign in to comment.