Skip to content

Commit

Permalink
match spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 3, 2024
1 parent a2a6517 commit 12b16a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/MGLKeys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ jsi::Value KeyObjectHandle::InitECRaw(jsi::Runtime &rt) {
// args.GetReturnValue().Set(
// static_cast<uint32_t>(key->Data()->GetSymmetricKeySize()));
//}
//

jsi::Value KeyObjectHandle::Export(jsi::Runtime &rt) {
return HOSTFN("export", 2) {
Expand Down Expand Up @@ -1444,5 +1443,4 @@ OptionJSVariant KeyObjectHandle::ExportPrivateKey(
// void RegisterExternalReferences(ExternalReferenceRegistry * registry) {
// KeyObjectHandle::RegisterExternalReferences(registry);
// }

} // namespace margelo

0 comments on commit 12b16a5

Please sign in to comment.