Skip to content

Commit

Permalink
Remove unused param
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspth committed Aug 24, 2023
1 parent 00db3a6 commit b9a751f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/oaken/convert/fixtures_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def convert_one(model_path, contents)
end
end

def recursive_convert(input, wrap: true)
def recursive_convert(input)
case input
when Hash then "{ #{convert_hash(input)} }"
when Array then input.map { recursive_convert _1 }.join(", ")
Expand Down

0 comments on commit b9a751f

Please sign in to comment.