From f1512321581e0e605582018395ab91f04a2da8fe Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Wed, 1 Dec 2021 17:38:52 +0100 Subject: 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 Tested-by: Jenkins --- sd/qa/uitest/impress_tests/tdf137637.py | 1 + 1 file changed, 1 insertion(+) (limited to 'sd/qa') 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 -- cgit