From: Andrew Engelbrecht Date: Mon, 3 Aug 2015 19:42:13 +0000 (-0400) Subject: add a newline at the end of replies X-Git-Url: https://vcs.fsf.org/?p=edward.git;a=commitdiff_plain;h=7eefdf973f08355d298e7e713a0d6f24881c174a add a newline at the end of replies --- diff --git a/edward b/edward index 4d1c67a..673e4dc 100755 --- a/edward +++ b/edward @@ -933,6 +933,7 @@ def write_reply (replyinfo_obj): reply_plain += "\n\n" reply_plain += replyinfo_obj.replies['signature'] + reply_plain += "\n" return reply_plain