Remove whitespace
This commit is contained in:
parent
610c85af4e
commit
6cec26b0fd
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ def _get_dict(lines, start_index, indentation):
|
||||||
if current_line_indentation == 0 and not product_name:
|
if current_line_indentation == 0 and not product_name:
|
||||||
i = i + 1
|
i = i + 1
|
||||||
continue
|
continue
|
||||||
|
|
||||||
if current_line_indentation == indentation:
|
if current_line_indentation == indentation:
|
||||||
current_item = current_line.lstrip(' ')
|
current_item = current_line.lstrip(' ')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue