Skip to content

Commit f2fc3fc

Browse files
reduce diff
1 parent 0e9ce84 commit f2fc3fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/generators_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def emit_tokens(
653653
code: CodeSection,
654654
storage: Storage,
655655
inst: Instruction | None,
656-
emit_braces: bool = True,
656+
emit_braces: bool = True
657657
) -> tuple[bool, Storage]:
658658
self.out.start_line()
659659
reachable, tkn, storage = self.emit_BlockStmt(code.body, code, storage, inst, emit_braces)

0 commit comments

Comments
 (0)