Skip to content

Commit 165b9b8

Browse files
committed
Fix comment indentation test case
1 parent d89fab0 commit 165b9b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/expected/comments_basic.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ func do_another_thing() -> void:
3030

3131
func test_function():
3232
var a = "test"
33-
# This comment should stay inside of the function body
33+
# This comment should stay inside of the function body
3434
print(a)

0 commit comments

Comments
 (0)