Skip to content

Commit

Permalink
apply gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pete Wildsmith committed Apr 26, 2017
1 parent 54e5dd6 commit dadfc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nomad/structs/config/tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit dadfc95

Please sign in to comment.