1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-07 12:32:54 +00:00

trailing comma

I learned how to lintLua!
This commit is contained in:
hugeblank 2024-04-19 12:30:58 -07:00
parent 6d32c98a69
commit 175de5504e

View File

@ -708,7 +708,7 @@ end
settings.define("bios.shell_path", {
default = sShell,
description = "The path the bios executes as the shell. This program is responsible for implementing the shell and multishell API, handling user input, and program execution.",
type = "string"
type = "string",
})
if _CC_DEFAULT_SETTINGS then