Skip to content

Commit 0b853fb

Browse files
committed
Make static checks happy
1 parent c5d9612 commit 0b853fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

main.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ package main
33
import (
44
"context"
55
"fmt"
6+
"os"
7+
68
"github.com/go-logr/zapr"
79
"go.uber.org/zap"
8-
"os"
910

1011
"github.com/spf13/cobra"
1112

0 commit comments

Comments
 (0)