From 5980a03de7d947b1ad72593d31a7d40971cbb2f8 Mon Sep 17 00:00:00 2001 From: vhyrro Date: Sun, 29 Oct 2023 09:45:53 +0000 Subject: [PATCH] chore: autoformat with stylua --- lua/neorg/modules/core/esupports/metagen/module.lua | 2 +- lua/neorg/modules/core/integrations/treesitter/module.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/neorg/modules/core/esupports/metagen/module.lua b/lua/neorg/modules/core/esupports/metagen/module.lua index c3d8a46b4..eae94e83b 100644 --- a/lua/neorg/modules/core/esupports/metagen/module.lua +++ b/lua/neorg/modules/core/esupports/metagen/module.lua @@ -375,4 +375,4 @@ module.events.subscribed = { }, } -return module \ No newline at end of file +return module diff --git a/lua/neorg/modules/core/integrations/treesitter/module.lua b/lua/neorg/modules/core/integrations/treesitter/module.lua index 1d90a9946..20a152270 100644 --- a/lua/neorg/modules/core/integrations/treesitter/module.lua +++ b/lua/neorg/modules/core/integrations/treesitter/module.lua @@ -768,4 +768,4 @@ module.events.subscribed = { }, } -return module \ No newline at end of file +return module