You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#791 doesn't seem to handle a blank line in the block comments, i.e. -
/* Comment Comment after blank */
/* Comment Comment after blank */
It looks like this is inserting the leading whitespace on the blank lines rather than leaving the blank lines completely blank. And that whitespace then gets flagged as something that should get fixed.
The text was updated successfully, but these errors were encountered:
#791 doesn't seem to handle a blank line in the block comments, i.e. -
It looks like this is inserting the leading whitespace on the blank lines rather than leaving the blank lines completely blank. And that whitespace then gets flagged as something that should get fixed.
The text was updated successfully, but these errors were encountered: