Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes the signature of setup to not require an argument #876

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

philolo1
Copy link
Contributor

This fixes the signature of setup to allow now parameters (nil).

Otherwise I would get an error:

image

[6] = '6', -- '₆',
[7] = '7', -- '₇',
[8] = '8', -- '₈',
[9] = '9', -- '₉',
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these changes are done by my lua formatter

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In general, avoid introducing changes by your personal formatter onto other repositories with a different style.

We can let this one in.

@lewis6991 lewis6991 merged commit 907ae86 into lewis6991:main Sep 12, 2023
2 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants