Remove unnecessary whitespace

This commit is contained in:
Jude Melton-Houghton 2022-06-01 20:36:44 -04:00
parent 92b62cbd89
commit 29145e4fb5
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ fixture("mesecons_luacontroller")
describe("LuaController", function()
local pos = {x = 0, y = 0, z = 0}
local pos_a = {x = -1, y = 0, z = 0}
local pos_a = {x = -1, y = 0, z = 0}
before_each(function()
mesecon._test_place(pos, "mesecons_luacontroller:luacontroller0000")