From 4819cf3a524fc51294eb9fd209e91293a5aef386 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Thu, 1 Sep 2016 22:14:19 -0700 Subject: [PATCH] Does some go fmt cleanup. --- command/agent/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/command/agent/config.go b/command/agent/config.go index 6dd65fa23..d9dd79edf 100644 --- a/command/agent/config.go +++ b/command/agent/config.go @@ -114,8 +114,8 @@ type DNSConfig struct { // for Consul's internal dns client used for recursion. // This value is used for the connection, read and write timeout. // Default: 2s - RecursorTimeout time.Duration `mapstructure:"-"` - RecursorTimeoutRaw string `mapstructure:"recursor_timeout" json:"-"` + RecursorTimeout time.Duration `mapstructure:"-"` + RecursorTimeoutRaw string `mapstructure:"recursor_timeout" json:"-"` } // Performance is used to tune the performance of Consul's subsystems.