We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d2d6d commit ab13553Copy full SHA for ab13553
src/node_root_certs.h
@@ -1,3 +1,4 @@
1
+// clang-format off
2
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
3
4
/* GlobalSign Root CA */
@@ -3944,3 +3945,4 @@
3944
3945
"8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCflo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM=\n"
3946
"-----END CERTIFICATE-----\n",
3947
#endif // defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS
3948
+// clang-format on
0 commit comments