chore(profile): remove trailing whitespace in profiles (2).

This commit is contained in:
Alexandre Pujol 2024-10-22 20:07:11 +01:00
parent 38b973c596
commit 897302bc5b
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ readonly HEADERS=(
_die() { _die() {
echo -e "\033[1;31m ✗ Error: \033[0m$*" echo -e "\033[1;31m ✗ Error: \033[0m$*"
#exit 1 exit 1
} }
_ensure_header() { _ensure_header() {