Lint code

This commit is contained in:
Manuel de Brito Fontes 2017-07-03 22:10:48 -04:00
parent 7034712a8b
commit 5d5e0df4b0

View file

@ -468,4 +468,4 @@ func buildNextUpstream(input interface{}) string {
} }
return strings.Join(nextUpstreamCodes, " ") return strings.Join(nextUpstreamCodes, " ")
} }