mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
reformat using 'make fmt' (#13794)
This commit is contained in:
@@ -96,8 +96,8 @@ func parseDecryptAndTestUnsealKeys(t *testing.T,
|
||||
fingerprints bool,
|
||||
backupKeys map[string][]string,
|
||||
backupKeysB64 map[string][]string,
|
||||
core *vault.Core) {
|
||||
|
||||
core *vault.Core,
|
||||
) {
|
||||
decoder := base64.StdEncoding
|
||||
priv1Bytes, err := decoder.DecodeString(pgpkeys.TestPrivKey1)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user