Skip to content

Commit

Permalink
Update tooling, run formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
filiptibell committed May 12, 2024
1 parent e72766a commit 9ae5727
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aftman.toml
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion tests/require/tests/state_module.luau
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local M = {}
M.state = 10

function M.set_state(n: number)
M.state = n
M.state = n
end

return M

0 comments on commit 9ae5727

Please sign in to comment.