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

Update numbers.txt #10

Merged
merged 1 commit into from
Feb 15, 2023
Merged

Update numbers.txt #10

merged 1 commit into from
Feb 15, 2023

Conversation

brohrer
Copy link
Contributor

@brohrer brohrer commented Feb 15, 2023

Extended the list of positive integers to include the next consecutive integer, three (3). Four (4) and five (5) were considered, but rejected due to the fact that they did not meet the consecutive criterion, and 2.5 was considered and rejected, as it is not an integer. Removed empty line at the end of the file to improve automated file readability.

Extended the list of positive integers to include the next consecutive integer, three (3).
Four (4) and five (5) were considered, but rejected due to the fact that they did not meet the consecutive criterion, and 2.5 was considered and rejected, as it is not an integer.
Removed empty line at the end of the file to improve automated file readability.
Copy link

@bbeniamin bbeniamin left a comment

Choose a reason for hiding this comment

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

LGTM1C

@@ -1,2 +1,3 @@
1
2
3

Choose a reason for hiding this comment

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

Should we add a pre-commit hook that removes new lines from the end of this file to prevent the new line from accidentally being added back with a future commit?

Copy link
Owner

Choose a reason for hiding this comment

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

Yes I think that's an excellent idea, I'll leave that in your capable hands.

@AndrewFeeney
Copy link
Owner

Thanks for taking the time to put this PR together. I can see that you put a lot of thought into this, and I appreciate your attention to detail. Everything seems good and I can see no reason not to merge this.

Progress!

@AndrewFeeney AndrewFeeney reopened this Feb 15, 2023
@AndrewFeeney AndrewFeeney merged commit 22054d3 into AndrewFeeney:main Feb 15, 2023
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.

3 participants