From: Damien Lespiau Date: Tue, 22 Sep 2015 16:11:44 +0000 (+0100) Subject: tests: Remove a spurious new line X-Git-Tag: v1.1.0~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e12cc2028d1a54611da0f4dbf92f7393f67cc72a;p=thirdparty%2Fpatchwork.git tests: Remove a spurious new line Signed-off-by: Damien Lespiau Acked-by: Stephen Finucane --- diff --git a/patchwork/tests/utils.py b/patchwork/tests/utils.py index 9abe2c7d..15ca3aa0 100644 --- a/patchwork/tests/utils.py +++ b/patchwork/tests/utils.py @@ -129,5 +129,4 @@ def create_email(content, subject = None, sender = None, multipart = False, msg['From'] = sender msg['List-Id'] = project.listid - return msg