chore: format source code

This commit is contained in:
github-actions[bot] 2021-09-28 09:23:43 +00:00 committed by siduck76
parent 8726de1faa
commit 7cab4295ee
1 changed files with 1 additions and 1 deletions

View File

@ -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