Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nbbeeken committed Jun 13, 2024
1 parent 238457d commit 7ee0391
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/mongocrypt.cc
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ static bool aes_256_generic_hook(MongoCrypt* mongoCrypt,

Value result;
try {
result =
hook.Call(std::initializer_list<napi_value>{keyBuffer, ivBuffer, inBuffer, outputBuffer});
result = hook.Call(
std::initializer_list<napi_value>{keyBuffer, ivBuffer, inBuffer, outputBuffer});
} catch (...) {
return false;
}
Expand Down

0 comments on commit 7ee0391

Please sign in to comment.