Skip to content

Commit

Permalink
fmt again for a few missed blank lines
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Cragun <[email protected]>
  • Loading branch information
ryancragun committed Jan 10, 2025
1 parent 3a127c6 commit 9995321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions command/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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 (
Expand Down
3 changes: 1 addition & 2 deletions internalshared/configutil/kms_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 9995321

Please sign in to comment.