From 6ad21c6812fff98d0bfab45c95849ca6688ebd2f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 24 Jul 2019 12:41:28 -0400 Subject: [PATCH] Make fmt --- command/server.go | 14 +++++++------- helper/testhelpers/testhelpers.go | 3 ++- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/command/server.go b/command/server.go index c93e6a3007..1d7389ff63 100644 --- a/command/server.go +++ b/command/server.go @@ -87,13 +87,13 @@ type ServerCommand struct { reloadedCh chan (struct{}) // for tests // new stuff - flagConfigs []string - flagLogLevel string - flagLogFormat string - flagDev bool - flagDevRootTokenID string - flagDevListenAddr string - flagDevNoStoreToken bool + flagConfigs []string + flagLogLevel string + flagLogFormat string + flagDev bool + flagDevRootTokenID string + flagDevListenAddr string + flagDevNoStoreToken bool flagDevPluginDir string flagDevPluginInit bool flagDevHA bool diff --git a/helper/testhelpers/testhelpers.go b/helper/testhelpers/testhelpers.go index 6108b51b9c..3c8d84b877 100644 --- a/helper/testhelpers/testhelpers.go +++ b/helper/testhelpers/testhelpers.go @@ -5,7 +5,6 @@ import ( "encoding/base64" "errors" "fmt" - "github.com/hashicorp/go-uuid" "io/ioutil" "math/rand" "net/http" @@ -17,6 +16,8 @@ import ( "sync/atomic" "time" + "github.com/hashicorp/go-uuid" + "github.com/hashicorp/go-hclog" "github.com/hashicorp/vault/physical/raft" "github.com/hashicorp/vault/sdk/helper/logging"