sfx2/qa/uitest/doc/objserv.py | 1 + 1 file changed, 1 insertion(+) New commits: commit d1a84b927b1203857d3d91ac5ddf0f1835ca1a48 Author: Miklos Vajna <vmik...@collabora.com> AuthorDate: Thu Apr 8 17:07:54 2021 +0200 Commit: Miklos Vajna <vmik...@collabora.com> CommitDate: Thu Apr 8 18:17:55 2021 +0200
sfx2 objserv uitest: fix missing newline PEP8 suggests two newlines after the module import list, restore that. Change-Id: I2834104e352f58bce3b8fb10679db6902244977b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113815 Reviewed-by: Miklos Vajna <vmik...@collabora.com> Tested-by: Jenkins diff --git a/sfx2/qa/uitest/doc/objserv.py b/sfx2/qa/uitest/doc/objserv.py index 58ac79aebe20..369c2a4393fd 100644 --- a/sfx2/qa/uitest/doc/objserv.py +++ b/sfx2/qa/uitest/doc/objserv.py @@ -7,6 +7,7 @@ from uitest.framework import UITestCase from uitest.uihelper.common import get_url_for_data_file + # Test for sfx2/source/doc/objserv.cxx. class Test(UITestCase): _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits