Skip to content

Commit bec825a

Browse files
committed
Formats code
1 parent cacde34 commit bec825a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/patterns/addon/pkg/apis/v1alpha1/common_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type CommonSpec struct {
4949
type CommonStatus struct {
5050
Healthy bool `json:"healthy"`
5151
Errors []string `json:"errors,omitempty"`
52-
Phase string `json:"phase,omitempty"`
52+
Phase string `json:"phase,omitempty"`
5353
}
5454

5555
// Patchable is a trait for addon CRDs that expose a raw set of Patches to be

0 commit comments

Comments
 (0)