summaryrefslogtreecommitdiff
path: root/sw/qa/uitest/writer_tests
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2021-12-01 17:38:52 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-12-01 21:08:46 +0100
commitf1512321581e0e605582018395ab91f04a2da8fe (patch)
tree810d6559ab199ed96b03fd978d81bd0d653efff3 /sw/qa/uitest/writer_tests
parentf53dd906e79ab77f0ab4a421e47650a9cc4ce1d6 (diff)
uitest: fix consistency of footers
According to TEMPLATE.SOURCECODE.HEADER Change-Id: I50b9d5e65c5da654914ba42d0688a2acbda1d2cf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126187 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Jenkins
Diffstat (limited to 'sw/qa/uitest/writer_tests')
-rw-r--r--sw/qa/uitest/writer_tests/comments.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/qa/uitest/writer_tests/comments.py b/sw/qa/uitest/writer_tests/comments.py
index b7e35b274e68..3e9d3a6301d8 100644
--- a/sw/qa/uitest/writer_tests/comments.py
+++ b/sw/qa/uitest/writer_tests/comments.py
@@ -150,6 +150,4 @@ class Comments(UITestCase):
self.assertTrue("Comment2" not in xMainWindow.getChildren())
self.assertTrue("Comment3" not in xMainWindow.getChildren())
-
# vim: set shiftwidth=4 softtabstop=4 expandtab:
-