Fixed indentation after changes

pull/6217/head
rster20002 5 years ago
parent 4b292d1ada
commit 5a18946f15

@ -330,11 +330,11 @@ function read_attribute(parser: Parser, unique_names: Set<string>) {
parser.allow_whitespace(); parser.allow_whitespace();
parser.eat('}', true); parser.eat('}', true);
if (name === null) { if (name === null) {
parser.error({ parser.error({
code: 'empty-attribute-value', code: 'empty-attribute-value',
message: 'Empty attribute shorthand' message: 'Empty attribute shorthand'
}, start); }, start);
} }
check_unique(name); check_unique(name);

Loading…
Cancel
Save