Skip to content

Commit

Permalink
Wonky indent patrol.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Mar 30, 2023
1 parent 8117b6c commit 8fd9d41
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/tools/commands/test_issue_2105.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ def assert_venv_dists_conflicts(
expected_message_prefix = (
dedent(
"""\
You asked for --pip to be installed in the venv at {venv_dir},
but the PEX at {pex} already contains:
{conflicts}
"""
You asked for --pip to be installed in the venv at {venv_dir},
but the PEX at {pex} already contains:
{conflicts}
"""
)
.format(venv_dir=venv_dir, pex=pex, conflicts=os.linesep.join(expected_conflicts))
.strip()
Expand Down

0 comments on commit 8fd9d41

Please sign in to comment.