Skip to content

Commit 64a7ba1

Browse files
Copilotrbtr
andcommitted
Fix linting issues: remove trailing blank lines in modified files
Co-authored-by: rbtr <2940321+rbtr@users.noreply.github.com>
1 parent 509be35 commit 64a7ba1

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

cns/ipampool/v2/adapter.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,3 @@ func PodIPDemandListener(ch chan<- int) func([]v1.Pod) {
4242
ch <- activePods
4343
}
4444
}
45-
46-

cns/ipampool/v2/adapter_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,3 @@ func TestPodIPDemandListener(t *testing.T) {
9898
})
9999
}
100100
}
101-
102-

cns/kubecontroller/pod/reconciler.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ func (p *watcher) NewNotifierFunc(listOpts *client.ListOptions, limiter limiter,
8080
}
8181
}
8282

83-
84-
8583
var hostNetworkIndexer = client.IndexerFunc(func(o client.Object) []string {
8684
pod, ok := o.(*v1.Pod)
8785
if !ok {

0 commit comments

Comments
 (0)