From 28ebe827e60c84ed4731a9f8aa701ccf2d8be0b0 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 Oct 2020 09:48:41 +1000 Subject: Cleanup: trailing space --- tests/python/bl_animation_fcurves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/python') diff --git a/tests/python/bl_animation_fcurves.py b/tests/python/bl_animation_fcurves.py index 16fd2b36e2c..bacda5c1155 100644 --- a/tests/python/bl_animation_fcurves.py +++ b/tests/python/bl_animation_fcurves.py @@ -32,7 +32,7 @@ class FCurveEvaluationTest(unittest.TestCase): @classmethod def setUpClass(cls): cls.testdir = args.testdir - + def setUp(self): self.assertTrue(self.testdir.exists(), 'Test dir %s should exist' % self.testdir) -- cgit v1.2.3