We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df84ae commit 30bf7eaCopy full SHA for 30bf7ea
1 file changed
lib/sneeze.ex
@@ -32,7 +32,8 @@ defmodule Sneeze do
32
```
33
"""
34
def render(data) do
35
- IO.iodata_to_binary(_render(data))
+ _render(data)
36
+ |> IO.iodata_to_binary()
37
end
38
39
@doc ~s"""
0 commit comments