From 2c561f0433da90a00fbd2de657487b11ed936240 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 7 Feb 2025 09:51:25 +0100 Subject: [PATCH] fix(CI): typo (#21347) --- apps/codestyle/codestyle-sql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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