Use correct indentation

Some code has only two spaces of indentation, we favour 4 in bash
scripts.
This commit is contained in:
Tobin Harding 2022-03-08 15:30:09 +11:00
parent 3786680cc7
commit 8163497ab3
1 changed files with 16 additions and 16 deletions

View File

@ -37,7 +37,7 @@ cargo test --verbose
if [ "$DO_NO_STD" = true ]
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
cargo build --verbose --features="no-std" --no-default-features