Run "make format" (#603)
There was some code that wasn't formatted according to gofmt. This fixes that.
This commit is contained in:
committed by
Brian Goff
parent
f1cb6a7bf6
commit
ef62defcea
@@ -8,9 +8,9 @@ type CapsuleSpec struct {
|
||||
}
|
||||
|
||||
type CapsuleTemplate struct {
|
||||
Spec CapsuleSpec `json:"spec,omitempty"`
|
||||
Kind string `json:"kind,omitempty"`
|
||||
Metadata Metadata `json:"metadata,omitempty"`
|
||||
Spec CapsuleSpec `json:"spec,omitempty"`
|
||||
Kind string `json:"kind,omitempty"`
|
||||
Metadata Metadata `json:"metadata,omitempty"`
|
||||
}
|
||||
|
||||
type Metadata struct {
|
||||
|
||||
Reference in New Issue
Block a user