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 /sd/qa | |
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 'sd/qa')
-rw-r--r-- | sd/qa/uitest/impress_tests/tdf137637.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/qa/uitest/impress_tests/tdf137637.py b/sd/qa/uitest/impress_tests/tdf137637.py index 1bd28ad369a0..33cd83021427 100644 --- a/sd/qa/uitest/impress_tests/tdf137637.py +++ b/sd/qa/uitest/impress_tests/tdf137637.py @@ -50,3 +50,4 @@ class Tdf137637(UITestCase): # AssertionError: '0' != '1' self.assertEqual('0', get_state_as_dict(xAnimationList)['Children']) +# vim: set shiftwidth=4 softtabstop=4 expandtab:
\ No newline at end of file |