Skip to content

Commit 14c8cc9

Browse files
committed
Fix code style issue
1 parent d825599 commit 14c8cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robot_descriptions/_repositories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ class Repository:
206206
"mujoco": Repository(
207207
url="https://github.com/google-deepmind/mujoco.git",
208208
commit="ad0dc0de5e10a075a2c65be629e9a8d557d383a6",
209-
cache_path="mujoco"
209+
cache_path="mujoco",
210210
),
211211
"nao_robot": Repository(
212212
url="https://github.com/ros-naoqi/nao_robot.git",

0 commit comments

Comments
 (0)