diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-08 10:04:47 +0200 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-08 10:12:46 +0200 |
| commit | 7d03b1de0b7a2f7a7972716a40277c7aa231f542 (patch) | |
| tree | b281f3e370dfa5339f7275e407bd9e5682435f2e /modules/gdscript/tests/scripts/runtime | |
| parent | 17a81260cb92a321a0d752e369ef911055178c7b (diff) | |
| download | redot-engine-7d03b1de0b7a2f7a7972716a40277c7aa231f542.tar.gz | |
Style: Trim trailing whitespace and ensure newline at EOF
Found by apply the file_format checks again via #91597.
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime')
| -rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/call_native_static_method_validated.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/call_native_static_method_validated.gd b/modules/gdscript/tests/scripts/runtime/features/call_native_static_method_validated.gd index 35e4dbd6a0..a1a9e350b0 100644 --- a/modules/gdscript/tests/scripts/runtime/features/call_native_static_method_validated.gd +++ b/modules/gdscript/tests/scripts/runtime/features/call_native_static_method_validated.gd @@ -4,4 +4,3 @@ func test(): # Validated native static call without return value. Node.print_orphan_nodes() - |
