diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-12-01 17:38:52 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-12-01 21:08:46 +0100 |
commit | f1512321581e0e605582018395ab91f04a2da8fe (patch) | |
tree | 810d6559ab199ed96b03fd978d81bd0d653efff3 /sw/qa/uitest/writer_tests | |
parent | f53dd906e79ab77f0ab4a421e47650a9cc4ce1d6 (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.py | 2 |
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: - |