1
1
mirror of https://github.com/wader/fq.git synced 2024-11-23 18:56:52 +03:00

interp: Remove redundant decode arg

This commit is contained in:
Mattias Wadman 2021-10-02 10:53:01 +02:00
parent 761c411ca9
commit ff143d0bdb

View File

@ -138,7 +138,7 @@ def input:
)
end
)
else _input($opts; decode($opts.decode_format))
else _input($opts; decode)
end
);