mirror of
https://github.com/minetest/minetest_game.git
synced 2024-12-23 07:10:19 +01:00
Fix whitespace errors to silence luacheck.
Currently all minetest_game PR's are failing travis since the upstream luacheck now also warns about whitespace issues, and there are a few of those in the code. This fixes all of them so we can yet again rely on luacheck.
This commit is contained in:
parent
47efa2f558
commit
75caa9167c
@ -43,9 +43,9 @@ end
|
|||||||
sethome.get = function(name)
|
sethome.get = function(name)
|
||||||
local pos = homepos[name]
|
local pos = homepos[name]
|
||||||
if pos then
|
if pos then
|
||||||
return vector.new(pos)
|
return vector.new(pos)
|
||||||
else
|
else
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user