Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdp committed Dec 13, 2023
1 parent 80c1c14 commit 651f4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/source/promises.bs
Expand Up @@ -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
Expand Down

0 comments on commit 651f4ff

Please sign in to comment.