Skip to content

Commit

Permalink
Merge pull request #345 from aledbf/fmt
Browse files Browse the repository at this point in the history
Fix lint error
  • Loading branch information
aledbf authored Feb 25, 2017
2 parents ff3674f + a44130f commit f5e005f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/pkg/ingress/annotations/snippet/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

0 comments on commit f5e005f

Please sign in to comment.