Skip to content

Commit

Permalink
Fix typo and formatting in api.settings
Browse files Browse the repository at this point in the history
  • Loading branch information
karlch committed Jul 12, 2023
1 parent 3ec77f0 commit 0212b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimiv/api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ class OrderSetting(Setting):
"alphabetical": str,
"natural": natural_sort,
"recently-modified": os.path.getmtime,
"none": lambda x: 0
"none": lambda x: 0,
}

STR_ORDER_TYPES = "alphabetical", "natural"
Expand Down Expand Up @@ -473,7 +473,7 @@ class thumbnail: # pylint: disable=invalid-name
save = BoolSetting(
"thumbnail.save",
True,
desc="Save new thumbnails to the disk in the shared icon cache for later use"
desc="Save new thumbnails to disk in the shared icon cache for later use",
)


Expand Down

0 comments on commit 0212b52

Please sign in to comment.