Apply 2 suggestion(s) to 1 file(s)
This commit is contained in:
parent
32ccb30d31
commit
a43bd99ad9
1 changed files with 2 additions and 2 deletions
|
@ -12,13 +12,13 @@ install_rustfmt() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! rustup component list|grep rustfmt &> /dev/null; then
|
if ! rustup component list|grep rustfmt &> /dev/null; then
|
||||||
echo "Installing rustfmt.."
|
echo "Installing rustfmt…"
|
||||||
rustup component add rustfmt
|
rustup component add rustfmt
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! which cargo &> /dev/null || ! cargo fmt --help &> /dev/null; then
|
if ! which cargo &> /dev/null || ! cargo fmt --help &> /dev/null; then
|
||||||
echo "Can't check Fractal's code style, because rustfmt could not be run."
|
echo "Unable to check Fractal’s code style, because rustfmt could not be run."
|
||||||
|
|
||||||
if [ ! -t 1 ]; then
|
if [ ! -t 1 ]; then
|
||||||
# No input is possible
|
# No input is possible
|
||||||
|
|
Loading…
Reference in a new issue