Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/pdf/table.ex
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ defmodule Pdf.Table do
|> Enum.max()
end)
end)
|> List.zip()
|> Enum.zip()
# TODO: I don't know how efficient it is to work with tuples and back to lists
# It may be good to do a zip/1 that returns a list of lists again
|> Enum.map(&Tuple.to_list/1)
Expand Down
Loading