Skip to content
This repository was archived by the owner on Apr 16, 2024. It is now read-only.

Commit df5a4cc

Browse files
chore: format source code
1 parent 4f153c9 commit df5a4cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lua/doom/core/modules.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ modules.load_modules = function()
128128
if not doom.modules[dep_section_name][dep_module_name] then
129129
should_enable_module = false
130130
logger.error(
131-
("Doom module \"%s.%s\" depends on a module that is not enabled \"%s.%s\". Please enable the %s module."):format(
131+
('Doom module "%s.%s" depends on a module that is not enabled "%s.%s". Please enable the %s module.'):format(
132132
section_name,
133133
module_name,
134134
dep_section_name,

lua/doom/modules/langs/gdscript/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ gdscript.autocmds = {
1616
config = {
1717
flags = {
1818
debounce_text_changes = 150,
19-
}
19+
},
2020
},
2121
})
2222
if doom.features.linter then

0 commit comments

Comments
 (0)