mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-06 13:04:53 +08:00
Remove unnecessary call to :erlang.iolist_to_binary/1
This commit is contained in:
parent
72229cc2f1
commit
03062f8d4f
1 changed files with 0 additions and 1 deletions
|
@ -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 """
|
||||
|
|
Loading…
Add table
Reference in a new issue