Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GB609 authored Mar 7, 2025
1 parent bfa0998 commit 49d9299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigalaxy/ui/download_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def remove_from_current_box(self):
def set_icon_from_file(self, filename):
pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(filename, 48, 48)
self.icon.set_from_pixbuf(pixbuf)

'''----- END UI utilities -----'''


Expand Down

0 comments on commit 49d9299

Please sign in to comment.