mirror of
https://github.com/willnorris/imageproxy.git
synced 2026-04-26 05:16:25 +02:00
omit empty quality from option string
This commit is contained in:
parent
b1de3a9dd6
commit
5d8b630ff2
2 changed files with 4 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ func TestOptions_String(t *testing.T) {
|
|||
}{
|
||||
{
|
||||
emptyOptions,
|
||||
"0x0,q0",
|
||||
"0x0",
|
||||
},
|
||||
{
|
||||
Options{1, 2, true, 90, true, true, 80},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue