Cleanup spaces

This commit is contained in:
Ryan Ward 2022-01-31 10:45:26 -05:00
parent 207c5b8d69
commit a60aae02c6

View File

@ -22,12 +22,12 @@ multi:newThread("Thread 1",function()
print("Test 1")
thread.hold(conn)
print("Conn sleep test")
error("hi")
error("hi")
end
end).OnError(print)
multi:newThread("Thread 2",function()
print("Thread 2")
print("Thread 2")
return "it worked"
end):OnDeath(print):OnError(error)
multi:newThread("Thread 3",function()