style: whitespace between brackets in function declaration

Signed-off-by: Dominik Willner th33xitus@gmail.com
This commit is contained in:
th33xitus
2022-05-14 19:49:53 +02:00
parent b5572118de
commit 294aa47420
28 changed files with 214 additions and 214 deletions

View File

@@ -11,7 +11,7 @@
set -e
function install_ui(){
function install_ui() {
top_border
echo -e "| ${green}~~~~~~~~~~~ [ Installation Menu ] ~~~~~~~~~~~${white} |"
hr
@@ -32,7 +32,7 @@ function install_ui(){
back_footer
}
function install_menu(){
function install_menu() {
clear && print_header
install_ui
@@ -66,7 +66,7 @@ function install_menu(){
install_menu
}
function select_klipper_python_version(){
function select_klipper_python_version() {
top_border
echo -e "| Please select the preferred Python version. | "
echo -e "| The recommended version is Python 2.7. | "