mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Run a more strict formatter over the code (#11312)
* Update tooling * Run gofumpt * go mod vendor
This commit is contained in:
@@ -10,11 +10,9 @@ import (
|
||||
"github.com/mitchellh/cli"
|
||||
)
|
||||
|
||||
var (
|
||||
// logicalBackendAdjustmentFactor is set to 1 for the database backend
|
||||
// which is a plugin but not found in go.mod files
|
||||
logicalBackendAdjustmentFactor = 1
|
||||
)
|
||||
// logicalBackendAdjustmentFactor is set to 1 for the database backend
|
||||
// which is a plugin but not found in go.mod files
|
||||
var logicalBackendAdjustmentFactor = 1
|
||||
|
||||
func testSecretsEnableCommand(tb testing.TB) (*cli.MockUi, *SecretsEnableCommand) {
|
||||
tb.Helper()
|
||||
|
||||
Reference in New Issue
Block a user