chore: format source code
This commit is contained in:
parent
8726de1faa
commit
7cab4295ee
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -1,4 +1,4 @@
|
||||||
local ok, err = pcall(require, "core")
|
local ok, err = pcall(require, "core")
|
||||||
if not ok then
|
if not ok then
|
||||||
error("Error loading " .. module .. "\n\n" .. err)
|
error("Error loading " .. module .. "\n\n" .. err)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue