Skip to content

Commit

Permalink
fixup!: format
Browse files Browse the repository at this point in the history
  • Loading branch information
himself65 committed Feb 4, 2023
1 parent afc9fea commit eaf174c
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 eaf174c

Please sign in to comment.