remove empty line

pull/8434/head
baseballyama 3 years ago
parent 1ed69fa0f2
commit de081e386e

@ -16,7 +16,6 @@ export function get_class_attribute_value(attribute: Attribute): ESTreeExpressio
return get_attribute_value(attribute);
}
export function get_attribute_value(attribute: Attribute): ESTreeExpression {
if (attribute.chunks.length === 0) return x`""`;

Loading…
Cancel
Save