Skip to content

Commit d6595ad

Browse files
bnoordhuisMyles Borins
authored andcommitted
src: fix runtime/indentation_namespace warnings
PR-URL: #7462 Reviewed-By: Trevor Norris <trev.norris@gmail.com>
1 parent 68db091 commit d6595ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tls_wrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace node {
1818
class NodeBIO;
1919
class WriteWrap;
2020
namespace crypto {
21-
class SecureContext;
21+
class SecureContext;
2222
}
2323

2424
class TLSWrap : public AsyncWrap,

0 commit comments

Comments
 (0)