Skip to content

Commit

Permalink
fixup!: format
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Feb 11, 2023
1 parent f3d8794 commit aae0ecf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/node_process_object.cc
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ MaybeLocal<Object> CreateProcessObject(Realm* realm) {

#define V(key) \
do { \
*slot++ = std::make_pair<std::string_view, std::string_view>(#key, per_process::metadata.versions.key); \
*slot++ = std::make_pair<std::string_view, std::string_view>( \
#key, per_process::metadata.versions.key); \
} while (0);
NODE_VERSIONS_KEYS(V)
#undef V
Expand Down

0 comments on commit aae0ecf

Please sign in to comment.