Skip to content

Commit 1243134

Browse files
committed
src: fix runtime/indentation_namespace warnings
PR-URL: nodejs#7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent d112df4 commit 1243134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tls_wrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace node {
2020
class NodeBIO;
2121
class WriteWrap;
2222
namespace crypto {
23-
class SecureContext;
23+
class SecureContext;
2424
}
2525

2626
class TLSWrap : public AsyncWrap,

0 commit comments

Comments
 (0)