Skip to content

Commit be130bc

Browse files
committed
fix indent
1 parent 95eec02 commit be130bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7454,10 +7454,10 @@ <h1>
74547454
1. Set _completion_ to ThrowCompletion(_error_).
74557455
1. Else,
74567456
1. Set _completion_ to _result_.
7457-
1. Else,
7458-
1. Assert: _hint_ is ~async-dispose~.
7459-
1. Set _needsAwait_ to *true*.
7460-
1. NOTE: This can only indicate a case where either *null* or *undefined* was the initialized value of an `await using` declaration.
7457+
1. Else,
7458+
1. Assert: _hint_ is ~async-dispose~.
7459+
1. Set _needsAwait_ to *true*.
7460+
1. NOTE: This can only indicate a case where either *null* or *undefined* was the initialized value of an `await using` declaration.
74617461
1. If _needsAwait_ is *true* and _hasAwaited_ is *false*, then
74627462
1. Perform ! Await(*undefined*).
74637463
1. NOTE: After _disposeCapability_ has been disposed, it will never be used again. The contents of _disposeCapability_.[[DisposableResourceStack]] can be discarded in implementations, such as by garbage collection, at this point.

0 commit comments

Comments
 (0)