From 969b8860f8e64b3470e0887f48411450a1c565e6 Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Wed, 16 Jan 2019 22:52:44 +0100 Subject: [PATCH] FEM: white space --- src/Mod/Fem/TestFem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Fem/TestFem.py b/src/Mod/Fem/TestFem.py index bbad019f79..9dea7c425c 100644 --- a/src/Mod/Fem/TestFem.py +++ b/src/Mod/Fem/TestFem.py @@ -37,7 +37,7 @@ from femtest.testccxtools import TestCcxTools from femtest.testsolverframework import TestSolverFrameWork -# For more information on how to run a specific test class or a test method see +# For more information on how to run a specific test class or a test method see # file src/Mod/Test/__init__ and forum https://forum.freecadweb.org/viewtopic.php?f=10&t=22190#p175546 # It may be useful to temporary comment FreeCAD.closeDocument(self.doc_name) in tearDown method to not close the document