lang-check: Fix comment indentation
This commit is contained in:
parent
752d6c47f8
commit
8edecc911b
|
|
@ -156,7 +156,6 @@ def parse_txt(lang, no_warning):
|
||||||
rows_count_source = len(wrapped_source)
|
rows_count_source = len(wrapped_source)
|
||||||
wrapped_translation = wrap_text(translation, cols)
|
wrapped_translation = wrap_text(translation, cols)
|
||||||
rows_count_translation = len(wrapped_translation)
|
rows_count_translation = len(wrapped_translation)
|
||||||
#End wrap text
|
|
||||||
|
|
||||||
# Check for potential errors in the definition
|
# Check for potential errors in the definition
|
||||||
if not no_warning:
|
if not no_warning:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue