Skip to content

Commit

Permalink
Revert nightly changes to format script (#470)
Browse files Browse the repository at this point in the history
Looks like this was accidentally changed in 18f13c2.
  • Loading branch information
HCastano authored Nov 2, 2023
1 parent 49ad5eb commit 89fe0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/fmt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
rustup run nightly cargo fmt
cargo fmt --all
taplo fmt
rustup run nightly cargo clippy -- -D warnings
cargo clippy -- -D warnings

0 comments on commit 89fe0d9

Please sign in to comment.