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.eat('}', true);
if (name === null) {
parser.error({
code: 'empty-attribute-value',
message: 'Empty attribute shorthand'
}, start);
if (name === null) {
parser.error({
code: 'empty-attribute-value',
message: 'Empty attribute shorthand'
}, start);
}
check_unique(name);

Loading…
Cancel
Save