mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-25 09:30:03 +00:00
Delete whitespace
This commit is contained in:
parent
748df7b13d
commit
1ae5a2ddf3
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ local ECS_PAIR_SECOND = ECS_ID
|
||||||
local function ECS_PAIR(first: number, second: number)
|
local function ECS_PAIR(first: number, second: number)
|
||||||
local target = WILDCARD
|
local target = WILDCARD
|
||||||
local relation
|
local relation
|
||||||
|
|
||||||
if first == WILDCARD then
|
if first == WILDCARD then
|
||||||
relation = second
|
relation = second
|
||||||
elseif second == WILDCARD then
|
elseif second == WILDCARD then
|
||||||
|
|
Loading…
Reference in a new issue