alamb commented on code in PR #7774:
URL: https://github.com/apache/arrow-datafusion/pull/7774#discussion_r1358391209
##########
.github/workflows/rust.yml:
##########
@@ -505,12 +505,11 @@ jobs:
- name: Check Cargo.toml formatting
run: |
- # if you encounter error, try rerun the command below, finally run
'git diff' to
- # check which Cargo.toml introduces formatting violation
+ # if you encounter an error, try running 'cargo tomlfmt -p
path/to/Cargo.toml' to fix the formatting automatically.
Review Comment:
👍
##########
.github/workflows/rust.yml:
##########
@@ -505,12 +505,11 @@ jobs:
- name: Check Cargo.toml formatting
run: |
- # if you encounter error, try rerun the command below, finally run
'git diff' to
- # check which Cargo.toml introduces formatting violation
+ # if you encounter an error, try running 'cargo tomlfmt -p
path/to/Cargo.toml' to fix the formatting automatically.
Review Comment:
👍
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]