forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-4071: [Rust] Add rustfmt as a pre-commit hook
Author: Nicolas Trinquier <[email protected]> Closes apache#3753 from ntrinquier/ARROW-4071 and squashes the following commits: ecdf6e3 <Nicolas Trinquier> Add pre-commit hook to check formatting
- Loading branch information
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,4 +59,3 @@ and check for lint issues: | |
```bash | ||
cargo +stable fmt --all -- --check | ||
``` | ||
|