From dadfc95bec631ba1f9d4f27dc1675ee404171941 Mon Sep 17 00:00:00 2001 From: Pete Wildsmith Date: Wed, 26 Apr 2017 18:58:19 +0100 Subject: [PATCH] apply gofmt --- nomad/structs/config/tls.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomad/structs/config/tls.go b/nomad/structs/config/tls.go index 48a7ef021..694400e61 100644 --- a/nomad/structs/config/tls.go +++ b/nomad/structs/config/tls.go @@ -28,10 +28,10 @@ type TLSConfig struct { // KeyFile is used to provide a TLS key that is used for serving TLS connections. // Must be provided to serve TLS connections. KeyFile string `mapstructure:"key_file"` - + // VerifyIncoming VerifyIncoming bool `mapstructure:"verify_incoming"` - + // VerifyOutgoing VerifyOutgoing bool `mapstructure:"verify_outgoing"` }