diff options
author | CppCXY <812125110@qq.com> | 2023-02-04 16:32:23 +0800 |
---|---|---|
committer | CppCXY <812125110@qq.com> | 2023-02-04 16:32:23 +0800 |
commit | d0904a7cbbefada3ecd8ff88fc0e70e5b39f98a7 (patch) | |
tree | 9d183ece75edcfc5c1e3f0a941b437c486e185a1 /script/provider/formatting.lua | |
parent | 07ce968302f5de4174b8dda80d4b757942d1133f (diff) | |
download | lua-language-server-d0904a7cbbefada3ecd8ff88fc0e70e5b39f98a7.zip |
修复linux arm 编译
Diffstat (limited to 'script/provider/formatting.lua')
-rw-r--r-- | script/provider/formatting.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/provider/formatting.lua b/script/provider/formatting.lua index 4ec5545a..73f9a534 100644 --- a/script/provider/formatting.lua +++ b/script/provider/formatting.lua @@ -90,7 +90,7 @@ function m.updateNonStandardSymbols(symbols) end if #eqTokens ~= 0 then - codeFormat.set_nonstandard_symbol('=', eqTokens) + codeFormat.set_nonstandard_symbol() end end |