mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
fix(CI): typo (#21347)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user