Skip to content

Commit 9e97c33

Browse files
vhyrrogithub-actions[bot]
authored andcommitted
chore: autoformat with stylua
1 parent 14e8af7 commit 9e97c33

File tree

1 file changed

+8
-5
lines changed
  • lua/neorg/modules/core/integrations/treesitter

1 file changed

+8
-5
lines changed

lua/neorg/modules/core/integrations/treesitter/module.lua

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -912,11 +912,14 @@ module.events.subscribed = {
912912
}
913913

914914
module.tests = function()
915-
describe("initial test to see if CI works (cannot be tested on a branch, must be tested on main, `act` doesn't work here, help)", function()
916-
it("should be working", function()
917-
assert.truthy("Yessir.")
918-
end)
919-
end)
915+
describe(
916+
"initial test to see if CI works (cannot be tested on a branch, must be tested on main, `act` doesn't work here, help)",
917+
function()
918+
it("should be working", function()
919+
assert.truthy("Yessir.")
920+
end)
921+
end
922+
)
920923
end
921924

922925
return module

0 commit comments

Comments
 (0)