diff options
| author | Adam Scott <ascott.ca@gmail.com> | 2022-12-26 11:24:17 -0500 |
|---|---|---|
| committer | Adam Scott <ascott.ca@gmail.com> | 2023-01-10 12:25:35 -0500 |
| commit | 44d1d72af19ff7874704fa88d7d08fe4f782c9db (patch) | |
| tree | 11f91bb25d41576256c515818aa0d913b95c3374 /modules/gdscript/tests/scripts/parser/features/lambda_callable.gd | |
| parent | 91713ced81792b10fdc9367b7f355738e5d52777 (diff) | |
| download | redot-engine-44d1d72af19ff7874704fa88d7d08fe4f782c9db.tar.gz | |
Add GDScript `.editorconfig` rules
- Uniformize `.gd` unit test files indentation to tabs (where needed)
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/lambda_callable.gd')
| -rw-r--r-- | modules/gdscript/tests/scripts/parser/features/lambda_callable.gd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/lambda_callable.gd b/modules/gdscript/tests/scripts/parser/features/lambda_callable.gd index c3b2506156..17d00bce3c 100644 --- a/modules/gdscript/tests/scripts/parser/features/lambda_callable.gd +++ b/modules/gdscript/tests/scripts/parser/features/lambda_callable.gd @@ -1,4 +1,4 @@ func test(): - var my_lambda = func(x): - print(x) - my_lambda.call("hello") + var my_lambda = func(x): + print(x) + my_lambda.call("hello") |
