Fix typo.
This commit is contained in:
parent
b724f5a338
commit
dd5a96a42e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ func New(ctx context.Context, opts apiv1.Options) (*SoftKMS, error) {
|
||||||
return &SoftKMS{}, nil
|
return &SoftKMS{}, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
// Closes is a noop that just returns nil.
|
// Close is a noop that just returns nil.
|
||||||
func (k *SoftKMS) Close() error {
|
func (k *SoftKMS) Close() error {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue