Skip to content

Commit

Permalink
Corrected formatting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
freakboy3742 committed Oct 1, 2024
1 parent d7b60b7 commit e33944a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/packaging/tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,8 @@ def ios_platforms(

# Consider the actual X.Y version that was requested.
yield ios_platform_template.format(
major=version[0], minor=version[1], multiarch=multiarch
)
major=version[0], minor=version[1], multiarch=multiarch
)

# Consider every minor version from X.0 to the minor version prior to the
# version requested by the platform.
Expand Down

0 comments on commit e33944a

Please # to comment.