Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2020-10-02 02:48:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-10-02 04:59:16 +0300
commit28ebe827e60c84ed4731a9f8aa701ccf2d8be0b0 (patch)
tree564016446a394c3ec547dd0c250057cec7ecd61d /tests
parente2e31b9baca8fa98273f029c6ca47eab662db747 (diff)
Cleanup: trailing space
Diffstat (limited to 'tests')
-rw-r--r--tests/python/bl_animation_fcurves.py2
1 files changed, 1 insertions, 1 deletions
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)