8000 whitespace · python/cpython@a323c91 · GitHub
[go: up one dir, main page]

Skip to content

Commit a323c91

Browse files
dylwil3tomasr8
andauthored
whitespace
Co-authored-by: Tomas R. <tomas.roun8@gmail.com>
1 parent 4a50506 commit a323c91

File tree

1 file changed

+1
8000
-1
lines changed

1 file changed

+1
-1
lines changed

Parser/lexer/lexer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ tok_get_fstring_mode(struct tok_state *tok, tokenizer_mode* current_tok, struct
14221422
_PyTokenizer_syntaxerror(
14231423
tok,
14241424
"%c-string: newlines are not allowed in format specifiers for single quoted %c-strings",
1425-
TOK_GET_STRING_PREFIX(tok),TOK_GET_STRING_PREFIX(tok)
1425+
TOK_GET_STRING_PREFIX(tok), TOK_GET_STRING_PREFIX(tok)
14261426
)
14271427
);
14281428
}

0 commit comments

Comments
 (0)
0