Skip to content

Commit

Permalink
Imports: blank line hunting
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wilson committed Nov 28, 2023
1 parent 344c319 commit 3aa48ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 2 additions & 4 deletions physical/foundationdb/foundationdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,13 @@ import (
"sync"
"time"

log "github.com/hashicorp/go-hclog"
uuid "github.com/hashicorp/go-uuid"

"github.com/apple/foundationdb/bindings/go/src/fdb"
"github.com/apple/foundationdb/bindings/go/src/fdb/directory"
"github.com/apple/foundationdb/bindings/go/src/fdb/subspace"
"github.com/apple/foundationdb/bindings/go/src/fdb/tuple"

log "github.com/hashicorp/go-hclog"
metrics "github.com/hashicorp/go-metrics"
uuid "github.com/hashicorp/go-uuid"
"github.com/hashicorp/vault/sdk/physical"
)

Expand Down
5 changes: 2 additions & 3 deletions physical/mysql/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import (
"time"
"unicode"

log "github.com/hashicorp/go-hclog"
"github.com/hashicorp/go-multierror"

mysql "github.com/go-sql-driver/mysql"
log "github.com/hashicorp/go-hclog"
metrics "github.com/hashicorp/go-metrics"
"github.com/hashicorp/go-multierror"
"github.com/hashicorp/go-secure-stdlib/strutil"
"github.com/hashicorp/vault/sdk/physical"
)
Expand Down
3 changes: 1 addition & 2 deletions vault/core_metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ import (
"testing"
"time"

"github.com/stretchr/testify/assert"

"github.com/hashicorp/go-metrics"
logicalKv "github.com/hashicorp/vault-plugin-secrets-kv"
"github.com/hashicorp/vault/helper/namespace"
"github.com/hashicorp/vault/sdk/logical"
"github.com/stretchr/testify/assert"
)

func TestCoreMetrics_KvSecretGauge(t *testing.T) {
Expand Down

0 comments on commit 3aa48ee

Please sign in to comment.