Delete whitespace

This commit is contained in:
Ukendio 2024-05-13 00:08:16 +02:00
parent 748df7b13d
commit 1ae5a2ddf3

View file

@ -120,7 +120,7 @@ local ECS_PAIR_SECOND = ECS_ID
local function ECS_PAIR(first: number, second: number)
local target = WILDCARD
local relation
if first == WILDCARD then
relation = second
elseif second == WILDCARD then