Cleanup: strip tests trailing space

This commit is contained in:
Campbell Barton
2018-06-04 18:47:31 +02:00
parent 747534af00
commit f6740993f7
7 changed files with 133 additions and 133 deletions

View File

@@ -127,7 +127,7 @@ class MatrixTesting(unittest.TestCase):
(0, 0, 0, 1)))
vec = Vector((1, 2, 3))
prod_mat_vec = Vector((7, 12, 4))
prod_vec_mat = Vector((1, 12, 5))