Update telekasten.lua

Fix stylua and luacheck errors
This commit is contained in:
AustinS
2022-01-26 14:31:36 -06:00
committed by GitHub
parent 28e0c6259d
commit f0e6914a7c

View File

@@ -42,7 +42,7 @@ local function CleanPath(path)
path = path:sub(new_path_start) -- Start path at the first '\\' path = path:sub(new_path_start) -- Start path at the first '\\'
end end
end end
-- Returns cleaned path -- Returns cleaned path
return path return path
end end