Skip to content

Commit

Permalink
fix(json): indent json with 2
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvandernoord committed Mar 11, 2024
1 parent 39f7ae4 commit ce55dd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/uvx/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ def _list_venvs_json():
{
name: metadata.map_or({}, lambda md: md.check_script_symlinks(name).to_dict())
for name, metadata in list_packages()
}
},
indent=2
)
)

Expand Down

0 comments on commit ce55dd0

Please sign in to comment.