Skip to content

Commit

Permalink
Fix rustfmt commands (#2506)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 18, 2022
1 parent 7ce6ba4 commit 68934f0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dev/release/verify-release-candidate.sh
Expand Up @@ -105,7 +105,10 @@ test_source_distribution() {

# raises on any formatting errors
rustup component add rustfmt --toolchain stable
cargo fmt --all -- --check
(cd arrow && cargo fmt --check)
(cd arrow-flight && cargo fmt --check)
(cd parquet && cargo fmt --check)
(cd parquet_derive && cargo fmt --check)

# Clone testing repositories if not cloned already
git clone https://github.com/apache/arrow-testing.git arrow-testing-data
Expand Down

0 comments on commit 68934f0

Please sign in to comment.