Skip to content

Commit

Permalink
Spacing fixup.
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring committed Aug 6, 2024
1 parent fde3b18 commit 1eb10be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_api/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def ensure_and_convert_deck_slot(
api_element=f"Specifying a deck slot like '{deck_slot}'",
until_version=f"{_COORDINATE_DECK_LABEL_VERSION_GATE}",
current_version=f"{api_version}",
message=f" Increase your protocol's apiLevel, or use slot '{alternative}' instead.",
message=f"Increase your protocol's apiLevel, or use slot '{alternative}' instead.",
)

return parsed_slot.to_equivalent_for_robot_type(robot_type)
Expand Down

0 comments on commit 1eb10be

Please sign in to comment.