From a44130f7f55eb82b95c84e2c6085c8259be61631 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Fri, 24 Feb 2017 21:54:47 -0300 Subject: [PATCH] Fix lint error --- core/pkg/ingress/annotations/snippet/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/pkg/ingress/annotations/snippet/main.go b/core/pkg/ingress/annotations/snippet/main.go index f05a665e3..d88cfbc32 100644 --- a/core/pkg/ingress/annotations/snippet/main.go +++ b/core/pkg/ingress/annotations/snippet/main.go @@ -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) }