diff --git a/tester.py b/tester.py
index a7ebff49985876ca0718fc9b62f4fda95cfda4b6..5f23d2ab80defb60d9c9163740fe56137883e075 100755
--- a/tester.py
+++ b/tester.py
@@ -179,8 +179,7 @@ Content-type: text/plain; name="%(log_name)s"; charset=UTF-8
 Content-disposition: attachment; filename="%(log_name)s"
 Content-transfer-encoding: utf-8
 
-%(log_content)s
-''' % dict(
+%(log_content)s''' % dict(
                 boundary=boundary,
                 hostname=hostname.decode('utf-8'),
                 recipients=recipients,