diff options
| author | Danil Alexeev <danil@alexeev.xyz> | 2023-03-03 17:42:32 +0300 |
|---|---|---|
| committer | Danil Alexeev <danil@alexeev.xyz> | 2023-03-05 17:03:20 +0300 |
| commit | ea5fd3d732a85029e8372425904971ad26153ff1 (patch) | |
| tree | 0ce81c0016d8f3840c22e9bf2d1be2bdd47140ea /modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd | |
| parent | 61d2c855114c824f5ca27ded0a1fa71cc7b21134 (diff) | |
| download | redot-engine-ea5fd3d732a85029e8372425904971ad26153ff1.tar.gz | |
Fix GDScript code style regarding colon
Diffstat (limited to 'modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd')
| -rw-r--r-- | modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd b/modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd index dd2708b21d..63c080e583 100644 --- a/modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd +++ b/modules/gdscript/tests/scripts/analyzer/errors/native_freed_instance.gd @@ -4,4 +4,4 @@ func test(): x.free() var ok = x - var bad : Node = x + var bad: Node = x |
