did git just donk up my commits

This commit is contained in:
anne 2023-06-25 01:00:44 +02:00
parent 1f1db15075
commit a5f3f2fe0a
2 changed files with 4 additions and 4 deletions

View file

@ -994,7 +994,7 @@ class pesterTheme(dict):
elif isinstance(value, list):
# ~lisanne : for dealing with 'main/fonts' which is an array which contains filepaths with $
# probably good to have for future additions
for idx,item in enumerate(value):
for idx, item in enumerate(value):
item = value[idx]
if isinstance(item, str):
# not very DRY of me >:3c