Skip to content

Commit d8d3bb2

Browse files
committed
go fmt ./...
1 parent 109fabb commit d8d3bb2

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

internal/cmd/webhook/list.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ func ListCmd(ch *cmdutil.Helper) *cobra.Command {
5353

5454
return cmd
5555
}
56-

internal/cmd/webhook/list_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,3 @@ func TestWebhook_ListCmd_Empty(t *testing.T) {
108108
c.Assert(svc.ListFnInvoked, qt.IsTrue)
109109
c.Assert(buf.String(), qt.Contains, "No webhooks exist")
110110
}
111-

internal/cmd/webhook/webhook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,3 @@ func toWebhooks(webhooks []*ps.Webhook) []*Webhook {
6060
}
6161
return results
6262
}
63-

internal/mock/webhook.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,3 @@ func (w *WebhooksService) Test(ctx context.Context, req *ps.TestWebhookRequest)
5555
w.TestFnInvoked = true
5656
return w.TestFn(ctx, req)
5757
}
58-

0 commit comments

Comments
 (0)