Make the script templates' blank lines conform with the official style guide

This commit is contained in:
Michael Alexsander
2019-11-17 08:54:43 -03:00
parent 3c83137771
commit 7ecaff578b
2 changed files with 4 additions and 0 deletions

View File

@@ -727,6 +727,7 @@ static Dictionary _get_builtin_script_templates() {
templates["no_comments.gd"] =
"extends %BASE%\n"
"\n"
"\n"
"func _ready()%VOID_RETURN%:\n"
"%TS%pass\n";