Skip to content

Commit 07d08e7

Browse files
committed
address linter
1 parent c05ec53 commit 07d08e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-iptables-monitor/iptables_monitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ import (
55
"context"
66
"flag"
77
"fmt"
8-
"github.com/cilium/ebpf"
98
"os"
109
"path/filepath"
1110
"regexp"
1211
"time"
1312

13+
"github.com/cilium/ebpf"
1414
goiptables "github.com/coreos/go-iptables/iptables"
1515
corev1 "k8s.io/api/core/v1"
1616
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

0 commit comments

Comments
 (0)