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

View File

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