Skip to content

Commit

Permalink
src: accept clang-format changes
Browse files Browse the repository at this point in the history
Signed-off-by: Darshan Sen <[email protected]>
  • Loading branch information
RaisinTen committed Apr 10, 2022
1 parent 9b31bde commit 6c3f55c
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 6c3f55c

Please sign in to comment.