Skip to content

Commit 3ef967d

Browse files
committed
[chore](hack): fix gofumpt issues part 1
fix gofumpt issues in hack --- This commit was automatically created by review-helper. Changes are split into focused commits grouped by directory to simplify the review process. Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent a0187d0 commit 3ef967d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hack/check-operator-ready.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ func main() {
7575
}
7676
return true, nil
7777
})
78-
7978
if err != nil {
8079
fmt.Println(err)
8180
}
@@ -108,7 +107,6 @@ func main() {
108107
}
109108
return true, nil
110109
})
111-
112110
if err != nil {
113111
fmt.Println(err)
114112
os.Exit(1)

0 commit comments

Comments
 (0)