From a60aae02c69a99c30a79cd39294a54cdec1b659c Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 31 Jan 2022 10:45:26 -0500 Subject: [PATCH] Cleanup spaces --- test4.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test4.lua b/test4.lua index 2f79735..2fcffe3 100644 --- a/test4.lua +++ b/test4.lua @@ -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()