Skip to content

Commit

Permalink
chore: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Nov 24, 2023
1 parent 37c5bf4 commit 285406a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/securityprofiles/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ var ListCmd = &cobra.Command{
},
}

var pageSize int
var pageToken string
var (
pageSize int
pageToken string
)

func init() {
ListCmd.Flags().IntVarP(&pageSize, "pageSize", "",
Expand Down

0 comments on commit 285406a

Please sign in to comment.