From 7cab4295ee1f9b104b726ae8536c004cefb7d304 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Sep 2021 09:23:43 +0000 Subject: [PATCH] chore: format source code --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index ada52a5..40d400b 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ local ok, err = pcall(require, "core") if not ok then - error("Error loading " .. module .. "\n\n" .. err) + error("Error loading " .. module .. "\n\n" .. err) end