diff --git a/api/core/v1alpha1/clustercatalog_types.go b/api/core/v1alpha1/clustercatalog_types.go index d70fcac3..8d8d72e5 100644 --- a/api/core/v1alpha1/clustercatalog_types.go +++ b/api/core/v1alpha1/clustercatalog_types.go @@ -122,9 +122,9 @@ type ClusterCatalogSpec struct { // A higher number means higher priority. // // When omitted, the default priority is 0 because that is the zero value of integers. - // - // Negative numbers can be used to specify a priority lower than the default. - // Positive numbers can be used to specify a priority higher than the default. + // + // Negative numbers can be used to specify a priority lower than the default. + // Positive numbers can be used to specify a priority higher than the default. // // +kubebuilder:default:=0 // +optional