make fmt fix (#22725)

This commit is contained in:
Peter Wilson 2023-09-01 10:37:22 +01:00 committed by GitHub
parent 6fd8cb6409
commit 897cbbc0c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,11 @@ import (
"context"
"errors"
"fmt"
wrapping "github.com/hashicorp/go-kms-wrapping/v2"
mathrand "math/rand"
"sync"
"time"
wrapping "github.com/hashicorp/go-kms-wrapping/v2"
)
// SealWrapper contains a Wrapper and related information needed by the seal that uses it.