mirror of
https://github.com/bakpakin/tiny-ecs.git
synced 2026-07-21 23:56:50 -06:00
Remove pesky trailing whitespace >:(
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ describe('tiny-ecs:', function()
|
||||
local oneTimeSystem = tiny.system()
|
||||
function oneTimeSystem:update(entities, dt)
|
||||
timePassed = timePassed + dt
|
||||
end
|
||||
end
|
||||
|
||||
before_each(function()
|
||||
entity1 = deep_copy(entityTemplate1)
|
||||
|
||||
Reference in New Issue
Block a user