Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Jan 16, 2017
1 parent 321253c commit 2c57b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parser/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function getAtrule() {
var block = null;

scanner.eat(COMMERCIALAT);

name = readIdent(false);
expression = getAtruleExpression();

Expand Down

0 comments on commit 2c57b19

Please sign in to comment.