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:
parent
761c411ca9
commit
ff143d0bdb
@ -138,7 +138,7 @@ def input:
|
||||
)
|
||||
end
|
||||
)
|
||||
else _input($opts; decode($opts.decode_format))
|
||||
else _input($opts; decode)
|
||||
end
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user