This is an automated email from the ASF dual-hosted git repository.

wayne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new cf11a700eb Fix toml format script. (#9309)
cf11a700eb is described below

commit cf11a700eb6a5385a6ebade2b92c684380940296
Author: Bruce Ritchie <[email protected]>
AuthorDate: Wed Feb 21 10:53:02 2024 -0500

    Fix toml format script. (#9309)
---
 ci/scripts/rust_toml_fmt.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ci/scripts/rust_toml_fmt.sh b/ci/scripts/rust_toml_fmt.sh
index 9204a562a3..393ad55f41 100755
--- a/ci/scripts/rust_toml_fmt.sh
+++ b/ci/scripts/rust_toml_fmt.sh
@@ -21,5 +21,4 @@
 # without overwritng the file. If any error occur, you may want to
 # rerun `taplo format` to fix the formatting automatically.
 set -ex
-taplo format
-done
+taplo format --check

Reply via email to