Fix go fmt

This commit is contained in:
stefanprodan
2019-03-06 01:54:31 +02:00
parent a76ea5917c
commit a8d8bb2d6f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,4 +16,4 @@ type StringMatch struct {
// ECMAscript style regex-based match
Regex string `json:"regex,omitempty"`
}
}
+1 -1
View File
@@ -4,4 +4,4 @@
// +k8s:deepcopy-gen=package
// +groupName=networking.istio.io
package v1alpha3
package v1alpha3
+1 -1
View File
@@ -796,4 +796,4 @@ type VirtualServiceList struct {
metav1.ListMeta `json:"metadata"`
Items []VirtualService `json:"items"`
}
}