Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit adfb862

Browse files
committed
Trivial style update
1 parent 5b3c8d8 commit adfb862

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/firebird/syntax.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def escaper(value):
1919

2020
retVal = expression
2121

22-
if isDBMSVersionAtLeast('2.1'):
22+
if isDBMSVersionAtLeast("2.1"):
2323
retVal = Syntax._escape(expression, quote, escaper)
2424

2525
return retVal

0 commit comments

Comments
 (0)