Skip to content

Commit

Permalink
Removed unnecessary variable type
Browse files Browse the repository at this point in the history
  • Loading branch information
jm96441n authored and david-yu committed Feb 14, 2023
1 parent c11f494 commit cd7b8be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cli/cmd/proxy/loglevel/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (
)

const (
defaultAdminPort int = 19000
flagNameNamespace = "namespace"
flagNameKubeConfig = "kubeconfig"
flagNameKubeContext = "context"
defaultAdminPort = 19000
flagNameNamespace = "namespace"
flagNameKubeConfig = "kubeconfig"
flagNameKubeContext = "context"
)

type LoggerConfig map[string]string
Expand Down

0 comments on commit cd7b8be

Please sign in to comment.