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 aae0ecf commit 73a1163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node_process_object.cc
Expand Up @@ -118,7 +118,7 @@ MaybeLocal<Object> CreateProcessObject(Realm* realm) {

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

0 comments on commit 73a1163

Please sign in to comment.