Skip to content

Commit

Permalink
Add explicit newlines to test heredoc to prevent stripped trailing wh…
Browse files Browse the repository at this point in the history
…itespace
  • Loading branch information
zachallaun committed Feb 10, 2023
1 parent 2e51f63 commit f8b1549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/owl/box.ex
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ defmodule Owl.Box do
...> )
...> |> to_string()
\"""
\n\
\n\
Success
\""" |> String.trim_trailing()
Expand Down

0 comments on commit f8b1549

Please sign in to comment.