Skip to content

Commit

Permalink
Make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pepov committed Sep 22, 2021
1 parent 8bdf731 commit 7ee52ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/sdk/api/v1alpha1/logging_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ type Logging struct {
Status LoggingStatus `json:"status,omitempty"`
}

type LoggingSpec struct {}
type LoggingStatus struct {}
type LoggingSpec struct{}
type LoggingStatus struct{}

// +kubebuilder:object:root=true

Expand Down

0 comments on commit 7ee52ed

Please sign in to comment.