summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Pérez-Cerezo <gabriel@gpcf.eu>2017-10-27 09:30:06 +0200
committerGabriel Pérez-Cerezo <gabriel@gpcf.eu>2017-10-27 09:30:06 +0200
commit34a710298cc2ddd719113573d1938df5dca67860 (patch)
tree79f94292fb0fd6623e749ff9d54cf625bbf0a960
parentff07f5e43d9f2b5eb468d7c913ded4efd589e51c (diff)
Removed empty line
-rwxr-xr-xlua/api.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/api.lua b/lua/api.lua
index f5fb779..2bca40c 100755
--- a/lua/api.lua
+++ b/lua/api.lua
@@ -194,7 +194,6 @@ function drawers.drawer_can_insert_object(pos, node, stack, direction)
leftover = visual:try_insert_stack(leftover, true)
end
return not (leftover == stack)
-
end
function drawers.register_drawer(name, def)