Use correct indentation
Some code has only two spaces of indentation, we favour 4 in bash scripts.
This commit is contained in:
parent
3786680cc7
commit
8163497ab3
|
@ -37,7 +37,7 @@ cargo test --verbose
|
||||||
|
|
||||||
if [ "$DO_NO_STD" = true ]
|
if [ "$DO_NO_STD" = true ]
|
||||||
then
|
then
|
||||||
echo "********* Testing no-std build *************"
|
echo "********* Testing no-std build *************"
|
||||||
# Build no_std, to make sure that cfg(test) doesn't hide any issues
|
# Build no_std, to make sure that cfg(test) doesn't hide any issues
|
||||||
cargo build --verbose --features="no-std" --no-default-features
|
cargo build --verbose --features="no-std" --no-default-features
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue