Skip to content

Commit 73a1163

Browse files
committed
fixup!: format
1 parent aae0ecf commit 73a1163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node_process_object.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ MaybeLocal<Object> CreateProcessObject(Realm* realm) {
118118

119119
#define V(key) \
120120
do { \
121-
*slot++ = std::make_pair<std::string_view, std::string_view>( \
121+
*slot++ = std::pair<std::string_view, std::string_view>( \
122122
#key, per_process::metadata.versions.key); \
123123
} while (0);
124124
NODE_VERSIONS_KEYS(V)

0 commit comments

Comments
 (0)