Fix lint error

This commit is contained in:
Manuel de Brito Fontes 2017-02-24 21:54:47 -03:00
parent ff3674fcc6
commit a44130f7f5

View file

@ -38,5 +38,5 @@ func NewParser() parser.IngressAnnotation {
// used to indicate if the location/s contains a fragment of // used to indicate if the location/s contains a fragment of
// configuration to be included inside the paths of the rules // configuration to be included inside the paths of the rules
func (a snippet) Parse(ing *extensions.Ingress) (interface{}, error) { func (a snippet) Parse(ing *extensions.Ingress) (interface{}, error) {
return parser.GetStringAnnotation(annotation, ing) return parser.GetStringAnnotation(annotation, ing)
} }