Skip to content

Commit

Permalink
🎨 format code
Browse files Browse the repository at this point in the history
Signed-off-by: David Bernard <[email protected]>
  • Loading branch information
davidB committed Mar 3, 2024
1 parent 3b1fefd commit 8a3b048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ _install_cargo-binstall:
@(cargo-binstall -V > /dev/null) || (curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash)

_binstall ARG: _install_cargo-binstall
@(cargo binstall -y {{ARG}} || cargo install --locked {{ARG}})
@(cargo binstall -y {{ ARG }} || cargo install --locked {{ ARG }})

_install_cargo-nextest:
@just _binstall cargo-nextest
Expand Down

0 comments on commit 8a3b048

Please sign in to comment.