Skip to content

Commit

Permalink
interp: Remove redundant decode arg
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed Oct 2, 2021
1 parent 761c411 commit ff143d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/interp/interp.jq
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def input:
)
end
)
else _input($opts; decode($opts.decode_format))
else _input($opts; decode)
end
);

Expand Down

0 comments on commit ff143d0

Please sign in to comment.