Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Jun 11, 2024
1 parent 3100d81 commit 04bf4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadrive/component/pgblock/create_pg_block_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ def create_extension(
):
extension_end = start_position + [extension_lane_length, 0.0]
extension = ExtendingLane(
direction, start_position, extension_end, width, [PGLineType.NONE, PGLineType.CONTINUOUS], forbidden, speed_limit,
priority
direction, start_position, extension_end, width, [PGLineType.NONE, PGLineType.CONTINUOUS], forbidden,
speed_limit, priority
)
return extension

Expand Down

0 comments on commit 04bf4e5

Please sign in to comment.