mirror of
https://github.com/lune-org/lune.git
synced 2025-04-04 10:30:54 +01:00
Update tooling, run formatting
This commit is contained in:
parent
e72766a7ac
commit
9ae57274ea
2 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
|
@ -3,7 +3,7 @@ local M = {}
|
|||
M.state = 10
|
||||
|
||||
function M.set_state(n: number)
|
||||
M.state = n
|
||||
M.state = n
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Reference in a new issue