Skip to content

Commit

Permalink
Fix indentation in first and last algos (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus authored Jul 26, 2024
1 parent 1b470a5 commit 037ecaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1301,7 +1301,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
: [=internal observer/next steps=]
:: 1. [=Resolve=] |p| with the passed in <var ignore>value</var>.

1. [=AbortController/Signal abort=] |controller|.
1. [=AbortController/Signal abort=] |controller|.

: [=internal observer/error steps=]
:: [=Reject=] |p| with the passed in <var ignore>error</var>.
Expand Down Expand Up @@ -1351,7 +1351,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
: [=internal observer/next steps=]
:: 1. Set |hasLastValue| to true.

1. Set |lastValue| to the passed in <var ignore>value</var>.
1. Set |lastValue| to the passed in <var ignore>value</var>.

: [=internal observer/error steps=]
:: [=Reject=] |p| with the passed in <var ignore>error</var>.
Expand Down

0 comments on commit 037ecaf

Please sign in to comment.