diff --git a/apps/codestyle/codestyle-sql.py b/apps/codestyle/codestyle-sql.py index 912e6508b..5f0b7b490 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