From c3a9ddfdbd47851aee689cdccf068c9855d02a10 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 31 Jan 2022 10:51:44 -0500 Subject: [PATCH] Reverted the extra space --- test4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test4.lua b/test4.lua index 4127ec2..2fcffe3 100644 --- a/test4.lua +++ b/test4.lua @@ -24,7 +24,7 @@ multi:newThread("Thread 1",function() print("Conn sleep test") error("hi") end -end).OnError(print) +end).OnError(print) multi:newThread("Thread 2",function() print("Thread 2")