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 remove_ui(){
function remove_ui() {
top_border
echo -e "| ${red}~~~~~~~~~~~~~~ [ Remove Menu ] ~~~~~~~~~~~~~~${white} |"
hr
@@ -30,7 +30,7 @@ function remove_ui(){
back_footer
}
function remove_menu(){
function remove_menu() {
do_action "" "remove_ui"
while true; do
read -p "${cyan}####### Perform action:${white} " action