diff options
Diffstat (limited to 'sqlparse/formatter.py')
-rw-r--r-- | sqlparse/formatter.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlparse/formatter.py b/sqlparse/formatter.py index 1955b5d..c03e9a9 100644 --- a/sqlparse/formatter.py +++ b/sqlparse/formatter.py @@ -118,4 +118,3 @@ def build_filter_stack(stack, options): stack.postprocess.append(fltr) return stack - |