Skip to content

Commit

Permalink
Merge pull request #573 from jamesmyatt/patch-1
Browse files Browse the repository at this point in the history
Synchronize pip indentation with conda env export
  • Loading branch information
maresb authored Dec 19, 2023
2 parents 7769397 + ee0b739 commit 230f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def format_conda_requirement(
[
" - pip:",
*(
f" - {format_pip_requirement(dep, platform, direct=False)}"
f" - {format_pip_requirement(dep, platform, direct=False)}"
for dep in pip_deps
),
]
Expand Down

0 comments on commit 230f1c8

Please sign in to comment.