Skip to content

Commit acfed40

Browse files
committed
src: trigger a clang-format linting error
Signed-off-by: Darshan Sen <[email protected]>
1 parent 4676fdb commit acfed40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/crypto_context.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ static bool extra_root_certs_loaded = false;
5555
BIOPointer LoadBIO(Environment* env, Local<Value> v) {
5656
HandleScope scope(env->isolate());
5757

58-
if (v->IsString()) {
58+
if (v-> IsString()) {
5959
Utf8Value s(env->isolate(), v);
6060
return NodeBIO::NewFixed(*s, s.length());
6161
}

0 commit comments

Comments
 (0)