Skip to content

Commit

Permalink
cpp lint
Browse files Browse the repository at this point in the history
  • Loading branch information
boorad committed Jan 25, 2024
1 parent 096b6ef commit ced4b95
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cpp/Cipher/MGLGenerateKeyPairInstaller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ FieldDefinition getGenerateKeyPairFieldDefinition(
runtime,
jsi::Value::undefined(),
publicKey,
privateKey
);
privateKey);
resolve->asObject(runtime).asFunction(runtime).call(
runtime, std::move(res));
});
Expand All @@ -79,8 +78,7 @@ FieldDefinition getGenerateKeyPairFieldDefinition(
jsi::String::createFromUtf8(
runtime, "Error generating key"),
jsi::Value::undefined(),
jsi::Value::undefined()
);
jsi::Value::undefined());
reject->asObject(runtime).asFunction(runtime).call(
runtime, std::move(res));
});
Expand Down

0 comments on commit ced4b95

Please sign in to comment.