Skip to content

Commit

Permalink
Removed space flagged by LINT
Browse files Browse the repository at this point in the history
  • Loading branch information
anneline committed Mar 15, 2023
1 parent 425244d commit 1541f72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def folderitem(self, obj, item, index):
# get the category
if self.show_categories_enabled():
category = obj.getCategoryTitle()
if (category,cat_order) not in self.categories:
if (category,cat_order) not in self.categories:
self.categories.append((category,cat_order))
item["category"] = category

Expand Down

0 comments on commit 1541f72

Please sign in to comment.