Remove additional space
All checks were successful
/ check (push) Successful in 1m45s

This commit is contained in:
Oliver Davies 2025-07-30 18:00:00 +01:00
parent ffbfc56d07
commit bf5264d963

View file

@ -16,7 +16,7 @@
return filename:find "tests/src/"
and filename:gsub("tests/src/(.-)/", "src/")
or filename:gsub("tests/", "src/")
or filename:gsub("tests/", "src/")
else
local test_filename = filename:gsub("%.php$", "Test.php")