mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
Trivial style update
This commit is contained in:
@@ -19,7 +19,7 @@ class Syntax(GenericSyntax):
|
||||
|
||||
retVal = expression
|
||||
|
||||
if isDBMSVersionAtLeast('2.1'):
|
||||
if isDBMSVersionAtLeast("2.1"):
|
||||
retVal = Syntax._escape(expression, quote, escaper)
|
||||
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user