Skip to content

Commit 632f984

Browse files
committed
Fix whitespace
1 parent 8ff8469 commit 632f984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def is_super(self) -> bool:
232232

233233
class Label:
234234

235-
def __init__(self, name: str, spilled: bool, body: list[lexer.Token],properties: Properties):
235+
def __init__(self, name: str, spilled: bool, body: list[lexer.Token], properties: Properties):
236236
self.name = name
237237
self.spilled = spilled
238238
self.body = body

0 commit comments

Comments
 (0)