Skip to content

Commit

Permalink
update scripts/cargo-fmt.sh to reflect changes in 9425478
Browse files Browse the repository at this point in the history
  • Loading branch information
t-nelson authored and mergify[bot] committed Jul 9, 2022
1 parent 785a7a5 commit dcab37e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cargo-fmt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -ex

"$cargo" nightly fmt --all
(cd programs/bpf && "$cargo" nightly fmt --all)
(cd sdk/cargo-build-bpf/tests/crates/fail && "$cargo" nightly fmt --all)
(cd sdk/cargo-build-bpf/tests/crates/noop && "$cargo" nightly fmt --all)
(cd sdk/cargo-build-sbf/tests/crates/fail && "$cargo" nightly fmt --all)
(cd sdk/cargo-build-sbf/tests/crates/noop && "$cargo" nightly fmt --all)
(cd storage-bigtable/build-proto && "$cargo" nightly fmt --all)
(cd web3.js/test/fixtures/noop-program && "$cargo" nightly fmt --all)

0 comments on commit dcab37e

Please sign in to comment.