aboutsummaryrefslogtreecommitdiff
path: root/.github/ci/rustfmt.sh
diff options
context:
space:
mode:
authorVega Deftwing <[email protected]>2024-04-11 19:47:31 +0000
committerVega Deftwing <[email protected]>2024-04-11 19:47:31 +0000
commit80fadada7056516aa566033929a305b36f6b9be4 (patch)
tree9debcba68ea65a5cd4a85bde68b82c65bd42c81f /.github/ci/rustfmt.sh
parent9053b6b5b3a09e48ed5e2476a5f712c9796828d5 (diff)
.sh whitespace and shellcheck fixes
Diffstat (limited to '.github/ci/rustfmt.sh')
-rwxr-xr-x.github/ci/rustfmt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ci/rustfmt.sh b/.github/ci/rustfmt.sh
index 369239cfe..0080f0db8 100755
--- a/.github/ci/rustfmt.sh
+++ b/.github/ci/rustfmt.sh
@@ -9,4 +9,4 @@ export CARGO_HOME=/ci/cache/cargo
9export CARGO_TARGET_DIR=/ci/cache/target 9export CARGO_TARGET_DIR=/ci/cache/target
10mv rust-toolchain-nightly.toml rust-toolchain.toml 10mv rust-toolchain-nightly.toml rust-toolchain.toml
11 11
12find . -name '*.rs' -not -path '*target*' | xargs rustfmt --check --skip-children --unstable-features --edition 2021 12find . -name '*.rs' -not -path '*target*' | xargs -0 rustfmt --check --skip-children --unstable-features --edition 2021