Skip to content

Commit fdcc1b7

Browse files
committed
Fix formatting
1 parent 02ea6f1 commit fdcc1b7

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

  • ts/output/chtml/Wrappers

ts/output/chtml/Wrappers/mo.ts

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -393,16 +393,13 @@ export const ChtmlMo = (function <N, T, D>(): ChtmlMoClass<N, T, D> {
393393
//
394394
if (W < 0 && nl) {
395395
dom.push(
396-
this.html(
397-
part,
398-
{
399-
...(font ? { class: font } : {}),
400-
style: {
401-
'border-width': `${this.em(Wb + W / 2)} 0 ${this.em(We + W / 2)}`,
402-
'clip-path': 'none',
403-
},
404-
}
405-
)
396+
this.html(part, {
397+
...(font ? { class: font } : {}),
398+
style: {
399+
'border-width': `${this.em(Wb + W / 2)} 0 ${this.em(We + W / 2)}`,
400+
'clip-path': 'none',
401+
},
402+
})
406403
);
407404
return;
408405
}

0 commit comments

Comments
 (0)