From a92cda7bcd9ba83f337c0e852115f66977969482 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Thu, 18 Feb 2016 15:19:28 -0800 Subject: [PATCH] Fix whitespace alignment in a comment --- command/agent/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/config.go b/command/agent/config.go index ba72ddeba1..6d4ebf2bd8 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -360,7 +360,7 @@ type Config struct { // * deny - Deny all requests // * extend-cache - Ignore the cache expiration, and allow cached // 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. ACLDownPolicy string `mapstructure:"acl_down_policy"`