Remove whitespace

This commit is contained in:
Cyril Levis 2020-06-10 15:15:57 +02:00
parent 610c85af4e
commit 6cec26b0fd
No known key found for this signature in database
GPG key ID: 3C3B055FAE48AF0C

View file

@ -60,7 +60,7 @@ def _get_dict(lines, start_index, indentation):
if current_line_indentation == 0 and not product_name:
i = i + 1
continue
if current_line_indentation == indentation:
current_item = current_line.lstrip(' ')