Skip to content

Commit

Permalink
make linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tanyaveksler committed Jan 14, 2025
1 parent 4ab3d96 commit 2f52f7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/netpol/internal/common/augmented_intervalset.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ const (
// - otherwise, keep the current rules.
func (rules ImplyingXgressRulesType) update(other ImplyingXgressRulesType, sameInclusion bool,
collectStyle CollectStyleType) ImplyingXgressRulesType {

result := rules.Copy()
if other.Empty() {
return result
Expand Down

0 comments on commit 2f52f7b

Please sign in to comment.