ts/styles linter warnings
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {XmlComponent} from "../../docx/xml-components";
|
||||
import {RunProperties} from "../../docx/run/properties";
|
||||
import { RunProperties } from "../../docx/run/properties";
|
||||
import { XmlComponent } from "../../docx/xml-components";
|
||||
|
||||
export class RunPropertiesDefaults extends XmlComponent {
|
||||
|
||||
@ -7,4 +7,4 @@ export class RunPropertiesDefaults extends XmlComponent {
|
||||
super("w:rPrDefault");
|
||||
this.root.push(new RunProperties());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user