Skip to content

Commit

Permalink
Fix: Lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorvgarg-creator committed Oct 31, 2023
1 parent 6f82826 commit 3bf777f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/block_svg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ export class BlockSvg
let block: this | null = this;
do {
const isDeadOrDying: boolean = block.isDeadOrDying();
if(isDeadOrDying){
if (isDeadOrDying) {
break;
}
const root = block.getSvgRoot();
Expand Down

0 comments on commit 3bf777f

Please sign in to comment.