Skip to content

Commit

Permalink
crlf
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 21, 2020
1 parent 3618ba4 commit 242fb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosted.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func writeEntriesToWriter(out io.Writer, el []entry) error {

for _, e := range el {
content = append(content, e.String()...)
content = append(content, "\n"...)
content = append(content, "\r\n"...)
}

_, err := io.WriteString(out, string(content))
Expand Down

0 comments on commit 242fb62

Please sign in to comment.