Skip to content

Commit

Permalink
src: don't format certs
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Oct 27, 2017
1 parent 86d2d6d commit ab13553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/node_root_certs.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// clang-format off
#if defined(NODE_WANT_INTERNALS) && NODE_WANT_INTERNALS

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

0 comments on commit ab13553

Please sign in to comment.