Skip to content

Commit

Permalink
replace stray space-indent with tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay authored and lnjX committed Feb 17, 2020
1 parent 8b1ea15 commit 5bd47f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ function drawers.drawer_insert_object(pos, node, stack, direction)
end

function drawers.drawer_can_insert_object(pos, node, stack, direction)
local drawer_visuals = drawers.drawer_visuals[core.serialize(pos)]
local drawer_visuals = drawers.drawer_visuals[core.serialize(pos)]
if not drawer_visuals then return false end


Expand Down

0 comments on commit 5bd47f8

Please sign in to comment.