Skip to content

Commit b52e8e0

Browse files
committed
Fix shellcheck warning
1 parent f83c97e commit b52e8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/style.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -ex
55
rustc ci/style.rs && ./style src
66

77
if rustup component add rustfmt-preview ; then
8-
which rustfmt
8+
command -v rustfmt
99
rustfmt -V
1010
cargo fmt --all -- --check
1111
fi

0 commit comments

Comments
 (0)