lint fixes

This commit is contained in:
Aaron Ellington
2017-04-29 20:28:18 -04:00
parent 705cb98865
commit 7ee4ea244f
6 changed files with 25 additions and 23 deletions
+2 -2
View File
@@ -330,9 +330,9 @@ func (r *replacer) getSubstitution(key string) string {
if val, ok := r.request.Context().Value(caddy.CtxKey("mitm")).(bool); ok {
if val {
return "likely"
} else {
return "unlikely"
}
return "unlikely"
}
return "unknown"
case "{status}":