Skip to content

Commit

Permalink
Satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
mtardy committed Oct 25, 2022
1 parent 3e152f2 commit 926c23a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/kgen/kgen.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ func FuzzPodSecurityContext(sc **v1.PodSecurityContext) {
var sysctl v1.Sysctl
c.Fuzz(&sysctl)
uniqSysctls[sysctl.Name] = sysctl

}
for _, v := range uniqSysctls {
*e = append(*e, v)
Expand Down

0 comments on commit 926c23a

Please sign in to comment.