Made project Prettier compliant
This commit is contained in:
@ -2,7 +2,6 @@ import { Run } from "../run";
|
||||
import { Text } from "./run-components/text";
|
||||
|
||||
export class TextRun extends Run {
|
||||
|
||||
constructor(text: string) {
|
||||
super();
|
||||
this.root.push(new Text(text));
|
||||
|
Reference in New Issue
Block a user