delete tab character and trailing whitespace

accidentally used a literal tab for when defining a color instead of 4 spaces
This commit is contained in:
i-c-u-p 2022-04-28 07:34:54 +00:00 committed by GitHub
parent f281da1821
commit 804c2ca509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ clear
UNDERLINE='\e[4m'
RESET='\e[0m' # Reset text to default appearance
# High intensity colors:
BRED='\e[91m'
BRED='\e[91m'
BGREEN='\e[92m'
BYELLOW='\e[93m'
BPURPLE='\e[95m'