mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Trivial style update
This commit is contained in:
parent
5b3c8d8991
commit
adfb862cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue