linting fixes
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {Text} from "./text";
|
||||
import {Run} from "../run";
|
||||
import { Run } from "../run";
|
||||
import { Text } from "./text";
|
||||
|
||||
export class TextRun extends Run {
|
||||
|
||||
@ -7,4 +7,4 @@ export class TextRun extends Run {
|
||||
super();
|
||||
this.root.push(new Text(text));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user