Use ; on line end

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
Somebody Master 2023-03-01 22:42:08 +01:00
parent 6645cea4fc
commit af1056c00a
Signed by: somebody_master
GPG Key ID: 78315CFDF0B25505

View File

@ -2,8 +2,8 @@ extends Test
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
start_test()
start_test();
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(_delta: float) -> void:
pass
pass;