Skip to content

Commit cc99807

Browse files
committed
Formatting
1 parent 348813b commit cc99807

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/control-flow/cfg.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,6 @@ export class CFGBuilder {
423423
return { entry: breakNode, exit: null, breaks: [breakNode] };
424424
}
425425

426-
427-
428426
private processIfStatement(
429427
ifNode: Node,
430428
mergeNode: string | null = null,

0 commit comments

Comments
 (0)