Skip to content

Commit

Permalink
fix import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
chdxD1 committed Sep 19, 2024
1 parent 480d519 commit c8f1de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/frr/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ package frr
import (
"bytes"
"fmt"
"github.com/telekom/das-schiff-network-operator/pkg/config"
"os"
"regexp"

"github.com/telekom/das-schiff-network-operator/pkg/config"
"github.com/telekom/das-schiff-network-operator/pkg/healthcheck"
"github.com/telekom/das-schiff-network-operator/pkg/nl"
)
Expand Down

0 comments on commit c8f1de6

Please sign in to comment.