Formatting

This commit is contained in:
Dolan
2018-02-08 00:52:05 +00:00
parent a78f06b41b
commit 53ce3c1526

View File

@ -5,9 +5,11 @@ export class AppProperties extends XmlComponent {
constructor() {
super("Properties");
this.root.push(new AppPropertiesAttributes({
xmlns: "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",
vt: "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",
}));
this.root.push(
new AppPropertiesAttributes({
xmlns: "http://schemas.openxmlformats.org/officeDocument/2006/extended-properties",
vt: "http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes",
}),
);
}
}