Skip to content

Commit

Permalink
removed extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtch committed Jan 13, 2016
1 parent 096d931 commit 291fb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Assetic/Util/SassUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
*/
abstract class SassUtils extends CssUtils
{
const REGEX_COMMENTS = '/((?:\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\/)|\/\/[^\n]+)/';
const REGEX_COMMENTS = '/((?:\/\*[^*]*\*+(?:[^\/][^*]*\*+)*\/)|\/\/[^\n]+)/';
}

0 comments on commit 291fb39

Please sign in to comment.