From 588923e1b76271cd71ec10eb5ca5b5e59aecc106 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 16 Jan 2022 16:26:37 -0500 Subject: [PATCH] spaces to tabs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6982ab4..5fd63a0 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ multi:newThread("Coroutine Based Thread",function() end) multi:newTLoop(function(loop) print("!") - loop:Destroy() - os.exit() + loop:Destroy() + os.exit() end,.3) multi:mainloop() --[[