Skip to content

Commit

Permalink
Fix go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Mar 5, 2019
1 parent a76ea59 commit a8d8bb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/istio/common/v1alpha1/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ type StringMatch struct {

// ECMAscript style regex-based match
Regex string `json:"regex,omitempty"`
}
}
2 changes: 1 addition & 1 deletion pkg/apis/istio/v1alpha3/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

// +k8s:deepcopy-gen=package
// +groupName=networking.istio.io
package v1alpha3
package v1alpha3
2 changes: 1 addition & 1 deletion pkg/apis/istio/v1alpha3/virtual_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -796,4 +796,4 @@ type VirtualServiceList struct {
metav1.ListMeta `json:"metadata"`

Items []VirtualService `json:"items"`
}
}

0 comments on commit a8d8bb2

Please sign in to comment.