Skip to content

Commit 0b6dea6

Browse files
committed
fixed indentation
1 parent 0c74883 commit 0b6dea6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/planning/test_TrajoptPlanner.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010

1111

1212
class TrajoptPlannerTest(BasePlannerTest,
13-
PlanToConfigurationTest,
14-
PlanToEndEffectorPoseTest,
15-
PlanToConfigurationTestCollisionTest,
16-
TestCase):
13+
PlanToConfigurationTest,
14+
PlanToEndEffectorPoseTest,
15+
PlanToConfigurationTestCollisionTest,
16+
TestCase):
1717
planner_factory = TrajoptPlanner
1818

1919
def setUp(self):

0 commit comments

Comments
 (0)