Skip to content

Commit

Permalink
add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
hlindset committed Dec 2, 2024
1 parent 7f784c2 commit cc97c1c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/image_plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule ImagePlug do
@type imgp_pct() :: {:float, imgp_number()}
@type imgp_scale() :: {:float, imgp_number(), imgp_number()}
@type imgp_length() :: imgp_number() | imgp_pct() | imgp_scale()
@type imgp_ratio() :: {:ratio, imgp_number(), imgp_number()}

import Plug.Conn

Expand Down

0 comments on commit cc97c1c

Please sign in to comment.