Skip to content

Commit de52a5c

Browse files
committed
chore: lint
1 parent a68889e commit de52a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/mongocrypt.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ static bool aes_256_generic_hook(MongoCrypt* mongoCrypt,
185185

186186
Value result;
187187
try {
188-
result =
189-
hook.Call(std::initializer_list<napi_value>{keyBuffer, ivBuffer, inBuffer, outputBuffer});
188+
result = hook.Call(
189+
std::initializer_list<napi_value>{keyBuffer, ivBuffer, inBuffer, outputBuffer});
190190
} catch (...) {
191191
return false;
192192
}

0 commit comments

Comments
 (0)