Skip to content

Commit

Permalink
src: update from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yagiz Nizipli <yagiz@nizipli.com>
  • Loading branch information
jasnell and anonrig committed Jul 10, 2024
1 parent e171259 commit 067c59f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crypto/crypto_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ void SetFipsCrypto(const FunctionCallbackInfo<Value>& args) {
if (cryptoErrorListToException(env, errors).ToLocal(&exception)) {
env->isolate()->ThrowException(exception);
}
return;
}
}

Expand Down

0 comments on commit 067c59f

Please sign in to comment.