summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2025-02-07 09:51:25 +0100
committerGitHub <noreply@github.com>2025-02-07 09:51:25 +0100
commit2c561f0433da90a00fbd2de657487b11ed936240 (patch)
tree5ed4c405f536c27f8fecc1f6dc5a8db9e40496a5
parent82c85e70677fe7431627df05c03b6d8cba4b25ac (diff)
fix(CI): typo (#21347)
-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