From 26a8658cfbf64f7bfe9159c1904ad810c0846f24 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 18 Aug 2024 20:58:57 +0100 Subject: [PATCH] promise.lua: layout --- promise.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/promise.lua b/promise.lua index 3c9a5eb..3f1053e 100644 --- a/promise.lua +++ b/promise.lua @@ -58,7 +58,7 @@ local function do_run(promise, args, depth, origin_resolve) --- -- 2: Run teh function! --- - + -- (if it's the 1st one in the sequence we treat it specially) local results if depth == 1 then