Skip to content

Commit

Permalink
fixup: fix new env properties order
Browse files Browse the repository at this point in the history
  • Loading branch information
geeksilva97 committed Jan 20, 2025
1 parent fa23c05 commit 8e2caea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/env_properties.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@
V(ack_string, "ack") \
V(address_string, "address") \
V(total_pages_string, "totalPages") \
V(remaining_pages_string, "remainingPages") \
V(progress_string, "progress") \
V(aliases_string, "aliases") \
V(alpn_callback_string, "ALPNCallback") \
V(args_string, "args") \
Expand Down Expand Up @@ -296,6 +294,7 @@
V(primordials_string, "primordials") \
V(priority_string, "priority") \
V(process_string, "process") \
V(progress_string, "progress") \
V(promise_string, "promise") \
V(prototype_string, "prototype") \
V(psk_string, "psk") \
Expand All @@ -309,6 +308,7 @@
V(reason_string, "reason") \
V(refresh_string, "refresh") \
V(regexp_string, "regexp") \
V(remaining_pages_string, "remainingPages") \
V(rename_string, "rename") \
V(replacement_string, "replacement") \
V(required_module_facade_url_string, \
Expand Down

0 comments on commit 8e2caea

Please sign in to comment.