1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-09 13:32:53 +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", { settings.define("bios.shell_path", {
default = sShell, 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.", 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 if _CC_DEFAULT_SETTINGS then