Fix prettier and linting
This commit is contained in:
@ -4,5 +4,5 @@ export * from "./math-limit-location";
|
||||
export * from "./math-n-ary-properties";
|
||||
export * from "./math-sub-script";
|
||||
export * from "./math-sum";
|
||||
export * from "./math-integral";
|
||||
export * from "./math-integral";
|
||||
export * from "./math-super-script";
|
||||
|
@ -10,7 +10,7 @@ export class MathNAryProperties extends XmlComponent {
|
||||
public constructor(accent: string, hasSuperScript: boolean, hasSubScript: boolean) {
|
||||
super("m:naryPr");
|
||||
|
||||
if (!!accent){
|
||||
if (!!accent) {
|
||||
this.root.push(new MathAccentCharacter(accent));
|
||||
}
|
||||
this.root.push(new MathLimitLocation());
|
||||
|
Reference in New Issue
Block a user