Skip to content

Commit 7c1e83e

Browse files
committed
fix: clang format
1 parent babf7d1 commit 7c1e83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/mongocrypt.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,8 @@ MongoCrypt::MongoCrypt(const CallbackInfo& info) : ObjectWrap(info) {
572572
}
573573

574574
if (options.Has("keyExpirationMS")) {
575-
mongocrypt_setopt_key_expiration(
576-
mongo_crypt(), options.Get("keyExpirationMS").ToNumber().Int64Value());
575+
mongocrypt_setopt_key_expiration(mongo_crypt(),
576+
options.Get("keyExpirationMS").ToNumber().Int64Value());
577577
}
578578

579579
mongocrypt_setopt_use_range_v2(mongo_crypt());

0 commit comments

Comments
 (0)