From 99953211472a6d340df98b28c3ae9e728a271fdf Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Fri, 10 Jan 2025 10:34:01 -0700 Subject: [PATCH] fmt again for a few missed blank lines Signed-off-by: Ryan Cragun --- command/server/config.go | 3 +-- internalshared/configutil/kms_test.go | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/command/server/config.go b/command/server/config.go index fcdb247c8963..9f85ab66df66 100644 --- a/command/server/config.go +++ b/command/server/config.go @@ -16,8 +16,6 @@ import ( "strings" "time" - "github.com/mitchellh/mapstructure" - "github.com/hashicorp/go-multierror" "github.com/hashicorp/go-secure-stdlib/parseutil" "github.com/hashicorp/hcl" @@ -28,6 +26,7 @@ import ( "github.com/hashicorp/vault/sdk/helper/consts" "github.com/hashicorp/vault/sdk/helper/strutil" "github.com/hashicorp/vault/sdk/helper/testcluster" + "github.com/mitchellh/mapstructure" ) const ( diff --git a/internalshared/configutil/kms_test.go b/internalshared/configutil/kms_test.go index 18a4a03f6f90..91c7ca3454da 100644 --- a/internalshared/configutil/kms_test.go +++ b/internalshared/configutil/kms_test.go @@ -7,9 +7,8 @@ import ( "reflect" "testing" - "github.com/stretchr/testify/require" - "github.com/hashicorp/go-kms-wrapping/wrappers/ocikms/v2" + "github.com/stretchr/testify/require" ) func Test_getEnvConfig(t *testing.T) {