Skip to content

Conversation

@mattbrundage
Copy link

consistent spacing; brackets after a conditional; diction

consistent spacing; brackets after a conditional; diction
if (foundTerminator) {
String token = css.substring(startIndex, endIndex);
if(removeWhiteSpace)
if (removeWhiteSpace) [
Copy link
Contributor

Choose a reason for hiding this comment

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

This line should almost certainly end in a { rather than a [

@mattbrundage
Copy link
Author

You're correct. It must have been a long night.

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.

2 participants