summaryrefslogtreecommitdiff
path: root/modules/gdscript/tests/scripts/runtime/errors
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2023-01-11 01:10:10 +0100
committerGitHub <noreply@github.com>2023-01-11 01:10:10 +0100
commit5eb161a9c8eb210d461178a7ea5b6368956b45ca (patch)
tree76953a5eaf2bef8c24456fce1b541d691577f940 /modules/gdscript/tests/scripts/runtime/errors
parentc2f96a8b837de99c76db55a30f950c337b7637eb (diff)
parent44d1d72af19ff7874704fa88d7d08fe4f782c9db (diff)
Merge pull request #70595 from adamscott/add-gdscript-editorconfig
Add GDScript `.editorconfig` rules
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/errors')
-rw-r--r--modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd b/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd
index 935fb773dc..7b350e81ad 100644
--- a/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd
+++ b/modules/gdscript/tests/scripts/runtime/errors/constant_dictionary_erase.gd
@@ -1,4 +1,4 @@
const dictionary := {}
func test():
- dictionary.erase(0)
+ dictionary.erase(0)