Skip to content

Commit

Permalink
remove trailing whitepsace
Browse files Browse the repository at this point in the history
  • Loading branch information
end-4 committed Aug 10, 2024
1 parent b5ab533 commit d467bce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def boost_chroma_tone (argb: int, chroma: float = 1, tone: float = 1) -> int:

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:
Expand Down

0 comments on commit d467bce

Please sign in to comment.