put comment in same line as return
This commit is contained in:
parent
d706f1e0ad
commit
4ab1ab232c
1 changed files with 1 additions and 2 deletions
|
@ -35,8 +35,7 @@ func (pie disableProxyInterceptErrors) Parse(ing *networking.Ingress) (interface
|
||||||
|
|
||||||
// A missing annotation is not a problem, just use the default
|
// A missing annotation is not a problem, just use the default
|
||||||
if err == errors.ErrMissingAnnotations {
|
if err == errors.ErrMissingAnnotations {
|
||||||
return false, nil
|
return false, nil // default is false
|
||||||
// default is false
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return val, nil
|
return val, nil
|
||||||
|
|
Loading…
Reference in a new issue