Skip to content

Commit

Permalink
fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinuhma committed Jul 14, 2022
1 parent 8cc4ddb commit d224f74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/enclave_encrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ import (
"crypto/rand"
"fmt"

"github.com/capeprivacy/cli/attest"
"github.com/cloudflare/circl/hpke"

"github.com/capeprivacy/cli/attest"
)

func LocalEncrypt(doc attest.AttestationDoc, plaintext []byte) ([]byte, error) {
Expand Down

0 comments on commit d224f74

Please sign in to comment.