Update tooling, run formatting

This commit is contained in:
Filip Tibell 2024-05-12 13:23:11 +02:00
parent e72766a7ac
commit 9ae57274ea
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
[tools]
luau-lsp = "JohnnyMorganz/luau-lsp@1.27.0"
selene = "Kampfkarren/selene@0.26.1"
stylua = "JohnnyMorganz/StyLua@0.19.1"
luau-lsp = "JohnnyMorganz/luau-lsp@1.29.0"
selene = "Kampfkarren/selene@0.27.1"
stylua = "JohnnyMorganz/StyLua@0.20.0"

View file

@ -3,7 +3,7 @@ local M = {}
M.state = 10
function M.set_state(n: number)
M.state = n
M.state = n
end
return M