Skip to content

Commit 0a8a4cc

Browse files
committed
fmt
1 parent dffa474 commit 0a8a4cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

service/internal/security/basic_manager_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ func (m *MockEncapsulator) EphemeralKey() []byte {
117117
type noOpEncapsulator struct{}
118118

119119
func (n *noOpEncapsulator) Encapsulate(pk ocrypto.ProtectedKey) ([]byte, error) {
120-
// Delegate to ProtectedKey to avoid accessing raw key directly
121-
return pk.Export(n)
120+
// Delegate to ProtectedKey to avoid accessing raw key directly
121+
return pk.Export(n)
122122
}
123123

124124
func (n *noOpEncapsulator) Encrypt(data []byte) ([]byte, error) {
125-
return data, nil
125+
return data, nil
126126
}
127127

128128
func (n *noOpEncapsulator) PublicKeyAsPEM() (string, error) {

0 commit comments

Comments
 (0)