Skip to content

Commit 0763955

Browse files
committed
fix: linter issues
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
1 parent 1ff693c commit 0763955

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ import (
1212
func main() {
1313
logs.InitLogs()
1414
defer logs.FlushLogs()
15-
1615
if len(os.Getenv("GOMAXPROCS")) == 0 {
1716
runtime.GOMAXPROCS(runtime.NumCPU())
1817
}
19-
2018
cmd := app.NewPolicyServer(genericapiserver.SetupSignalHandler())
2119
if err := cmd.Execute(); err != nil {
2220
panic(err)

0 commit comments

Comments
 (0)