Minor style updates

This commit is contained in:
Miroslav Stampar
2019-05-09 15:47:23 +02:00
parent 6bcf9987a6
commit 57dbbefd92
7 changed files with 26 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ class Syntax(GenericSyntax):
"""
def escaper(value):
return "||".join("ASCII_CHAR(%d)" %_ for _ in getOrds(value))
return "||".join("ASCII_CHAR(%d)" % _ for _ in getOrds(value))
retVal = expression