Skip to content

Commit 9c9ebe2

Browse files
committed
gofmt chaosengine_types.go
Signed-off-by: XploY04 <2004agarwalyash@gmail.com>
1 parent 570f38a commit 9c9ebe2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

api/litmuschaos/v1alpha1/chaosengine_types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ const (
138138

139139
type Workload struct {
140140
Kind WorkloadKind `json:"kind"`
141-
Namespace string `json:"namespace"`
142-
Names string `json:"names,omitempty"`
143-
Labels string `json:"labels,omitempty"`
144-
LabelMatchMode string `json:"labelMatchMode,omitempty"`
141+
Namespace string `json:"namespace"`
142+
Names string `json:"names,omitempty"`
143+
Labels string `json:"labels,omitempty"`
144+
LabelMatchMode string `json:"labelMatchMode,omitempty"`
145145
}
146146

147147
type Pod struct {

0 commit comments

Comments
 (0)