Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove trailing whitespace from all .gd files
Not sure why these files were not included in godot-escoria/escoria-demo-game#494. Created this diff by running the following on Linux: ``` find -name \*.gd | xargs sed -i -e "s/[[:space:]]\+$//g" ```
- Loading branch information