fix: auto fixes

This commit is contained in:
pre-commit-ci[bot] 2025-06-26 14:00:01 +00:00
parent 4c25b2f6a8
commit 75ea9664f9
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"