Skip to content

Commit

Permalink
Added missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
glopezdiest committed Dec 9, 2024
1 parent 310226e commit 9122784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenic/simulators/carla/blueprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
'vehicle.ambulance.ford',
'vehicle.nissan.patrol',
'vehicle.mini.cooper',
'vehicle.lincoln.mkz'
'vehicle.lincoln.mkz',
]

#: blueprints for bicycles
Expand Down

0 comments on commit 9122784

Please sign in to comment.