fix: auto fixes

This commit is contained in:
pre-commit-ci[bot] 2025-06-26 14:00:01 +00:00 committed by Leroy Hopson
parent 26ad5c0810
commit c8d4a1033b
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 2 additions and 0 deletions

View file

@ -2,5 +2,6 @@ extends Terminal
@onready var pty = $PTY
func _ready():
pty.fork()

View file

@ -1,5 +1,6 @@
extends "res://addons/gut/test.gd"
class BaseTest:
extends "res://addons/gut/test.gd"