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
1 changed files with 1 additions and 1 deletions

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