Skip to content

Commit 40cc203

Browse files
committed
Fixing issue #1547
1 parent 5b604c3 commit 40cc203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpie/output/writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from ..utils import parse_content_type_header
2121

2222

23-
MESSAGE_SEPARATOR = '\n\n'
23+
MESSAGE_SEPARATOR = '\n'
2424
MESSAGE_SEPARATOR_BYTES = MESSAGE_SEPARATOR.encode()
2525

2626

0 commit comments

Comments
 (0)