mirror of https://github.com/status-im/consul.git
Fix whitespace alignment in a comment
This commit is contained in:
parent
146c5b0a59
commit
a92cda7bcd
|
@ -360,7 +360,7 @@ type Config struct {
|
||||||
// * deny - Deny all requests
|
// * deny - Deny all requests
|
||||||
// * extend-cache - Ignore the cache expiration, and allow cached
|
// * extend-cache - Ignore the cache expiration, and allow cached
|
||||||
// ACL's to be used to service requests. This
|
// ACL's to be used to service requests. This
|
||||||
// is the default. If the ACL is not in the cache,
|
// is the default. If the ACL is not in the cache,
|
||||||
// this acts like deny.
|
// this acts like deny.
|
||||||
ACLDownPolicy string `mapstructure:"acl_down_policy"`
|
ACLDownPolicy string `mapstructure:"acl_down_policy"`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue