We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
style50 output with the following line:
//set up the array of candidates
runoff/ $ style50 runoff.c Results generated by style50 v2.7.5 Looks good!
But check50 states that a space is needed:
// set up the array of candidates
The text was updated successfully, but these errors were encountered:
A couple more, it also doesn't pick up on an extra space between the line of code, and the comment:
Or if a comment is too long, and needs a new line:
Sorry, something went wrong.
rongxin-liu
No branches or pull requests
style50 output with the following line:
//set up the array of candidates
runoff/ $ style50 runoff.c Results generated by style50 v2.7.5 Looks good!
But check50 states that a space is needed:
// set up the array of candidates
The text was updated successfully, but these errors were encountered: