Skip to content

Commit

Permalink
style: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gunjjoshi committed Oct 21, 2024
1 parent de57b66 commit 23a6f7b
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
#
# Environment Variables:
#
# ALIAS Main export alias.
# ALIAS Main export alias.
# DESC Default description.
# PKG_DESC Package description.
# MODULE_DESC Module description.
# MAIN_DESC Main export description.
# TEST_DESC Test description.
# DESC_LINK_TEXT README link text.
# KEYWORDS List of keywords.
# PKG_DESC Package description.
# MODULE_DESC Module description.
# MAIN_DESC Main export description.
# TEST_DESC Test description.
# DESC_LINK_TEXT README link text.
# KEYWORDS List of keywords.
# BASE_PRNG Base name of the package for generating pseudorandom numbers.
# C_RAND_MIN Minimum value for generated values.
# C_RAND_MAX Maximum value for generated values.
# C_X_VALUES_LEN_8 List of input values.
# C_RAND_MIN Minimum value for generated values.
# C_RAND_MAX Maximum value for generated values.
# C_X_VALUES_LEN_8 List of input values.
# JAVASCRIPT_RETURN_TYPE JavaScript return value data type.
#

Expand Down

0 comments on commit 23a6f7b

Please sign in to comment.