Skip to content

Commit

Permalink
fix import formatting (#24248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Wilson authored Nov 24, 2023
1 parent 3976217 commit 511ce92
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions vault/audit_broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ import (
"sync"
"time"

"github.com/hashicorp/vault/helper/namespace"

"github.com/hashicorp/vault/internal/observability/event"

metrics "github.com/armon/go-metrics"
"github.com/hashicorp/eventlogger"
log "github.com/hashicorp/go-hclog"
multierror "github.com/hashicorp/go-multierror"
"github.com/hashicorp/vault/audit"
"github.com/hashicorp/vault/helper/namespace"
"github.com/hashicorp/vault/internal/observability/event"
"github.com/hashicorp/vault/sdk/logical"
)

Expand Down

0 comments on commit 511ce92

Please sign in to comment.