sc/qa/uitest/calc_tests9/tdf135761.py |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 1203fc97d9f036b24e1130575aa609bfe34601e1
Author:     Andreas Heinisch <andreas.heini...@yahoo.de>
AuthorDate: Sat Jul 23 12:44:29 2022 +0200
Commit:     Andreas Heinisch <andreas.heini...@yahoo.de>
CommitDate: Sat Jul 23 12:45:39 2022 +0200

    Delete unnecessary new line
    
    Change-Id: I3e826c02895adda7dfa18c786dce0d94b08636d3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137332
    Tested-by: Andreas Heinisch <andreas.heini...@yahoo.de>
    Reviewed-by: Andreas Heinisch <andreas.heini...@yahoo.de>

diff --git a/sc/qa/uitest/calc_tests9/tdf135761.py 
b/sc/qa/uitest/calc_tests9/tdf135761.py
index fd9e5ebda341..5de390b3e46d 100755
--- a/sc/qa/uitest/calc_tests9/tdf135761.py
+++ b/sc/qa/uitest/calc_tests9/tdf135761.py
@@ -28,7 +28,6 @@ class tdf135761(UITestCase):
 
             # Without the fix in place, this test would have failed with
             # AssertionError: ' b' != 'a b'
-
             self.assertEqual(get_cell_by_position(document, 0, 0, 
0).getString(), " b")
 
 # vim: set shiftwidth=4 softtabstop=4 expandtab:

Reply via email to