Skip to content

Commit 237b0db

Browse files
committed
go fmt ./...
1 parent d38121e commit 237b0db

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

internal/cmd/webhook/delete.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,3 @@ func DeleteCmd(ch *cmdutil.Helper) *cobra.Command {
5757

5858
return cmd
5959
}
60-
61-

internal/cmd/webhook/delete_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,3 @@ func TestWebhook_DeleteCmd_NotFound(t *testing.T) {
131131
c.Assert(err, qt.IsNotNil)
132132
c.Assert(err.Error(), qt.Contains, "does not exist")
133133
}
134-
135-

0 commit comments

Comments
 (0)