summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorAndreas Heinisch <andreas.heinisch@yahoo.de>2022-07-23 12:44:29 +0200
committerAndreas Heinisch <andreas.heinisch@yahoo.de>2022-07-23 12:45:39 +0200
commit1203fc97d9f036b24e1130575aa609bfe34601e1 (patch)
tree7d0906b551315abf063198a5dcee749d7357e431 /sc
parent9a612ce3d1d025d5f553cc348feaedeea37fc822 (diff)
Delete unnecessary new line
Change-Id: I3e826c02895adda7dfa18c786dce0d94b08636d3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137332 Tested-by: Andreas Heinisch <andreas.heinisch@yahoo.de> Reviewed-by: Andreas Heinisch <andreas.heinisch@yahoo.de>
Diffstat (limited to 'sc')
-rwxr-xr-xsc/qa/uitest/calc_tests9/tdf135761.py1
1 files changed, 0 insertions, 1 deletions
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: