Skip to content

Commit

Permalink
Remove gsub of carriage return
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronskiba committed Nov 7, 2023
1 parent 1975821 commit 5fb2d5c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def run
# multi-line strings
def escape_entry(entry)
entry.gsub('"', '\"')
.gsub("\r\n", '\r\n')
.gsub("\n", '\n')
end

Expand Down

0 comments on commit 5fb2d5c

Please sign in to comment.