Run make fmt. (#24272)

This commit is contained in:
Victor Rodriguez 2023-11-28 10:37:28 -05:00 committed by GitHub
parent 2e54ae0d61
commit 625cb00b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -6,9 +6,10 @@ package seal
import (
"context"
"fmt"
"github.com/stretchr/testify/require"
"testing"
"github.com/stretchr/testify/require"
wrapping "github.com/hashicorp/go-kms-wrapping/v2"
)

View File

@ -6,9 +6,10 @@ package seal
import (
"context"
"fmt"
UUID "github.com/hashicorp/go-uuid"
"sync"
UUID "github.com/hashicorp/go-uuid"
"github.com/hashicorp/vault/sdk/helper/logging"
"github.com/hashicorp/go-hclog"