summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codestyle/codestyle-sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codestyle/codestyle-sql.py b/apps/codestyle/codestyle-sql.py
index 912e6508be..5f0b7b490d 100644
--- a/apps/codestyle/codestyle-sql.py
+++ b/apps/codestyle/codestyle-sql.py
@@ -221,7 +221,7 @@ def backtick_check(file: io, file_path: str) -> None:
continue
# Ignore SET variables with multiple lines
- if line.startwith('@'):
+ if line.startswith('@'):
continue
# Sanitize single- and doublequotes to prevent false positives