Remove trailing whitespaces from codebase (#5634)

Removes trailing whitespaces found across the codebase using `find . -type f -exec grep -lE ' +$' {} +`

[skip ci]
This commit is contained in:
Fijxu 2026-02-19 14:28:22 -03:00 committed by GitHub
parent e7f8b15b21
commit fda8d1b528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 13 additions and 13 deletions