summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-06-15 16:31:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-06-15 16:31:53 +0800
commit8b71c319386dde6d9e9489fed88d585891596db8 (patch)
tree3598703c598ce7a11892a4c02e3b0a9ccb727ac5 /script
parente88c7d0e1a0ce37b9377f86b37d6ed963fd935b0 (diff)
downloadlua-language-server-8b71c319386dde6d9e9489fed88d585891596db8.zip
fix style
Diffstat (limited to 'script')
-rw-r--r--script/vm/runner.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/runner.lua b/script/vm/runner.lua
index 05dcbb7a..2e362871 100644
--- a/script/vm/runner.lua
+++ b/script/vm/runner.lua
@@ -246,7 +246,7 @@ function mt:_lookInto(action, topNode, outNode)
end
else
guide.eachSourceContain(action, top.finish, function(source)
- self:_lookInto(source, topNode)
+ self:_lookInto(source, topNode)
end)
end
::RETURN::