mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
remove trailing whitepsace
This commit is contained in:
parent
b5ab533984
commit
d467bcee2e
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ if args.path is not None:
|
|||
|
||||
if image.format == "GIF":
|
||||
image.seek(1)
|
||||
|
||||
|
||||
wsize, hsize = image.size
|
||||
wsize_new, hsize_new = calculate_optimal_size(wsize, hsize, args.size)
|
||||
if wsize_new < wsize or hsize_new < hsize:
|
||||
|
|
|
|||
Loading…
Reference in a new issue