remove trailing whitepsace

This commit is contained in:
end-4 2024-08-10 09:07:34 +07:00
parent b5ab533984
commit d467bcee2e

View file

@ -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: