Skip to content

Commit

Permalink
remove space
Browse files Browse the repository at this point in the history
Signed-off-by: jehad.nasser2 <[email protected]>
  • Loading branch information
jehadnasser committed Jul 23, 2024
1 parent 42d7bbf commit 6cb61ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/generator/generator.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (g *XGenerator) GenerateXRD() (*c.CompositeResourceDefinition, error) {
Schema: &c.CompositeResourceValidation{
OpenAPIV3Schema: runtime.RawExtension{
Object: &unstructured.Unstructured{
Object: map[string]interface{} {
Object: map[string]interface{}{
"properties": map[string]interface{}{
"spec": g.xrdSchema,
"status": status,
Expand Down

0 comments on commit 6cb61ea

Please sign in to comment.