Fix lint errors

This commit is contained in:
Manuel de Brito Fontes 2016-05-31 16:49:20 -04:00
parent 0b031b9894
commit 71ca55440b
16 changed files with 60 additions and 59 deletions

View file

@ -158,7 +158,7 @@ http {
{{/* build all the required rate limit zones. Each annotation requires a dedicated zone */}}
{{/* 1MB -> 16 thousand 64-byte states or about 8 thousand 128-byte states */}}
{{ $zone := range (buildRateLimitZones .servers) }}
{{ range $zone := (buildRateLimitZones .servers) }}
{{ $zone }}
{{ end }}