Skip to content

Commit 8b71c31

Browse files
committed
fix style
1 parent e88c7d0 commit 8b71c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/vm/runner.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ function mt:_lookInto(action, topNode, outNode)
246246
end
247247
else
248248
guide.eachSourceContain(action, top.finish, function(source)
249-
self:_lookInto(source, topNode)
249+
self:_lookInto(source, topNode)
250250
end)
251251
end
252252
::RETURN::

0 commit comments

Comments
 (0)