From 4c6eb9b416dd429da1d410c5eaed0aeffa997cb1 Mon Sep 17 00:00:00 2001 From: lasalesi Date: Wed, 21 Mar 2018 13:47:23 +0100 Subject: [PATCH] removed trailing whitespaces (codacy) --- frappe/tests/test_pdf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/tests/test_pdf.py b/frappe/tests/test_pdf.py index 12164770e0..f0452af8d0 100644 --- a/frappe/tests/test_pdf.py +++ b/frappe/tests/test_pdf.py @@ -30,9 +30,9 @@ class TestPdfBorders(unittest.TestCase): """ html, html_options = read_options_from_html(html) - self.assertTrue(html_options['margin-top'] == '0') - self.assertTrue(html_options['margin-left'] == '10') - self.assertTrue(html_options['margin-right'] == '0') + self.assertTrue(html_options['margin-top'] == '0') + self.assertTrue(html_options['margin-left'] == '10') + self.assertTrue(html_options['margin-right'] == '0') # allows to run $ bench execute frappe.tests.test_pdf.run_tests def run_tests():