diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-29 11:46:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-29 15:10:48 +0800 |
commit | 94bd343b1850dab6e91e9bbb928f82ef08c2f836 (patch) | |
tree | 33a4cb61720b8aab3129de3eb24c7593380fa808 /test/hover | |
parent | 85238d59c30309b8cffcd37dd5b55f7c8a85d99e (diff) | |
download | lua-language-server-94bd343b1850dab6e91e9bbb928f82ef08c2f836.zip |
clean up code
Diffstat (limited to 'test/hover')
-rw-r--r-- | test/hover/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua index 7c0100ca..8f6a541f 100644 --- a/test/hover/init.lua +++ b/test/hover/init.lua @@ -878,7 +878,7 @@ end ]] [[ function a(b: table) - -> any + -> table ]] TEST [[ |