Fix formatting

This commit is contained in:
Dolan Miu
2022-08-25 01:40:14 +01:00
parent 85bafb3eef
commit ba4dc2ed54

View File

@ -39,8 +39,7 @@ export class InternalHyperlink extends ConcreteHyperlink {
}
export class ExternalHyperlink extends XmlComponent {
constructor(public readonly options: { readonly children: ParagraphChild[]; readonly link: string })
{
constructor(public readonly options: { readonly children: ParagraphChild[]; readonly link: string }) {
super("w:externalHyperlink");
}
}