diff options
author | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2017-10-27 09:30:06 +0200 |
---|---|---|
committer | Gabriel Pérez-Cerezo <gabriel@gpcf.eu> | 2017-10-27 09:30:06 +0200 |
commit | 34a710298cc2ddd719113573d1938df5dca67860 (patch) | |
tree | 79f94292fb0fd6623e749ff9d54cf625bbf0a960 | |
parent | ff07f5e43d9f2b5eb468d7c913ded4efd589e51c (diff) |
Removed empty line
-rwxr-xr-x | lua/api.lua | 1 |
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) |