Merge pull request #345 from aledbf/fmt

Fix lint error
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-24 22:16:13 -03:00 committed by GitHub
commit f5e005f84f

View file

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