From cf11a700eb6a5385a6ebade2b92c684380940296 Mon Sep 17 00:00:00 2001 From: Bruce Ritchie Date: Wed, 21 Feb 2024 10:53:02 -0500 Subject: [PATCH] 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 9204a562a3fe..393ad55f4168 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