Skip to content

Commit

Permalink
src: trigger a clang-format linting error
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
RaisinTen committed Apr 10, 2022
1 parent 4676fdb commit acfed40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/crypto_context.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static bool extra_root_certs_loaded = false;
BIOPointer LoadBIO(Environment* env, Local<Value> v) {
HandleScope scope(env->isolate());

if (v->IsString()) {
if (v-> IsString()) {
Utf8Value s(env->isolate(), v);
return NodeBIO::NewFixed(*s, s.length());
}
Expand Down

0 comments on commit acfed40

Please sign in to comment.