Remove unnecessary call to :erlang.iolist_to_binary/1

This commit is contained in:
Wojtek Mach 2024-01-23 13:37:13 +01:00
parent 72229cc2f1
commit 03062f8d4f

View file

@ -18,7 +18,6 @@ defmodule Livebook.FileSystem.S3.XML do
map
|> Map.to_list()
|> Enum.map(&encode_xml_key_value/1)
|> :erlang.iolist_to_binary()
end
@doc """