mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
chore: format runtime with stylua
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
|
||||
local lua_version = _VERSION:sub(-3)
|
||||
|
||||
if lua_version >= "5.2" then
|
||||
unpack = table.unpack -- luacheck: ignore 121 143
|
||||
if lua_version >= '5.2' then
|
||||
unpack = table.unpack -- luacheck: ignore 121 143
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user