From 651f4ff2f7210256469bca35bb54d9f354a5b6ff Mon Sep 17 00:00:00 2001 From: Christopher Dwyer-Perkins Date: Wed, 13 Dec 2023 10:01:17 -0400 Subject: [PATCH] Formatting --- src/source/promises.bs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/source/promises.bs b/src/source/promises.bs index deb81c1..73e513f 100644 --- a/src/source/promises.bs +++ b/src/source/promises.bs @@ -344,8 +344,8 @@ namespace promises.internal ' Used to check if there is a storage item of listeners for the supplied promise function hasStorage(promise as dynamic) as boolean - return m.doesExist("__promises__" + promise.id) - end function + return m.doesExist("__promises__" + promise.id) + end function ' We use an internal value to represent unset. Check if the parameter is that value function isSet(value as dynamic) as boolean