style: fix code style

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-05-27 11:12:20 +02:00
parent 6f9d22fe80
commit 64a6ba462a
6 changed files with 11 additions and 10 deletions

View File

@@ -222,7 +222,7 @@ function start_flash_sd() {
else
printf "| ${i}) %-49s|\n" "${board_list[${i}]}"
fi
i=$((i + 1))
i=$(( i + 1 ))
done
quit_footer