cherriesandmochi / gdmaim

GDMaim is a GDScript obfuscation plugin for the Godot Engine.
MIT License
85 stars 7 forks source link

Missing blank line at the end of obfuscated scripts #12

Closed cherriesandmochi closed 4 months ago

cherriesandmochi commented 4 months ago

Godot expects scripts to end with a blank line. Scripts without a trailing blank line, will in rare cases result in an error(e.g.: a lambda in the last line).