Skip to content

Commit ab13553

Browse files
committed
src: don't format certs
1 parent 86d2d6d commit ab13553

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/node_root_certs.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// clang-format off
12
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
23

34
/* GlobalSign Root CA */
@@ -3944,3 +3945,4 @@
39443945
"8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCflo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=\n"
39453946
"-----END CERTIFICATE-----\n",
39463947
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
3948+
// clang-format on

0 commit comments

Comments
 (0)