Skip to content

Update CssCompressor.java#260

Open
mattbrundage wants to merge 1 commit into
yui:masterfrom
mattbrundage:patch-1
Open

Update CssCompressor.java#260
mattbrundage wants to merge 1 commit into
yui:masterfrom
mattbrundage:patch-1

Conversation

@mattbrundage

Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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