style: 🎨 remove useless spaces
Some checks failed
repod / xml (push) Successful in 16s
repod / php (push) Successful in 1m2s
repod / nodejs (push) Failing after 59s
repod / release (push) Has been skipped

This commit is contained in:
Michel Roux 2024-08-09 01:11:44 +02:00
parent 7e359bdf29
commit 1530e8b294

View File

@ -7,9 +7,6 @@ export const showMessage = (text, backgroundColor) =>
})
export const showError = (text) => showMessage(text, '--color-error')
export const showWarning = (text) => showMessage(text, '--color-warning')
export const showInfo = (text) => showMessage(text, '--color-primary')
export const showSuccess = (text) => showMessage(text, '--color-success')