Skip to content
This repository was archived by the owner on Apr 25, 2023. It is now read-only.

Commit 756b9e9

Browse files
committed
Reformatted file
1 parent c092db8 commit 756b9e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ilanguage/Main/lexer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def gettoken(string: str, line: int, column: int) -> Optional[LexerToken]:
262262
# MAIN LEXER #
263263
##############
264264

265+
265266
def lex( # pylint: disable=R0912, R0915, R1260
266267
text: Optional[str] = None,
267268
) -> Optional[List[LexerToken]]:

0 commit comments

Comments
 (0)