mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Trivial style update
This commit is contained in:
parent
5b3c8d8991
commit
adfb862cd5
|
@ -19,7 +19,7 @@ class Syntax(GenericSyntax):
|
||||||
|
|
||||||
retVal = expression
|
retVal = expression
|
||||||
|
|
||||||
if isDBMSVersionAtLeast('2.1'):
|
if isDBMSVersionAtLeast("2.1"):
|
||||||
retVal = Syntax._escape(expression, quote, escaper)
|
retVal = Syntax._escape(expression, quote, escaper)
|
||||||
|
|
||||||
return retVal
|
return retVal
|
||||||
|
|
Loading…
Reference in New Issue
Block a user