Skip to content

Commit 7690ea0

Browse files
authored
Merge pull request #65 from numtide/fix-lint-error
Fix lint error
2 parents a3db4c2 + ce8dd87 commit 7690ea0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/v1alpha1/multiorch_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ type MultiOrchX struct {
154154

155155
// MultiOrchList contains a list of MultiOrch
156156
type MultiOrchListX struct {
157-
metav1.TypeMeta ` json:",inline"`
158-
metav1.ListMeta ` json:"metadata,omitempty"`
157+
metav1.TypeMeta ` json:",inline"`
158+
metav1.ListMeta ` json:"metadata,omitempty"`
159159
Items []MultiOrchX `json:"items"`
160160
}
161161

0 commit comments

Comments
 (0)