Skip to content

Commit

Permalink
Cleanup spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuishii authored Oct 9, 2023
1 parent 32433b1 commit 9607a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ The <dfn method for="StorageBucket">persist()</dfn> method steps are:

1. Let |p| be [=a new promise=].

1. Run the following steps [=in parallel=]:
1. Run the following steps [=in parallel=]:

1. If |bucket|'s [=storage bucket/removed=] flag is true, then [=queue a storage task=] to [=reject=] |p| with an {{InvalidStateError}}.

Expand Down Expand Up @@ -482,7 +482,7 @@ The <dfn method for="StorageBucket">expires()</dfn> method steps are:

1. Otherwise, let |expiration| be |bucket|'s [=StorageBucket/expiration time=].

1. [=Queue a storage task=] to [=resolve=] |p| with |expiration|.
1. [=Queue a storage task=] to [=resolve=] |p| with |expiration|.

1. Return |p|.

Expand Down

0 comments on commit 9607a30

Please sign in to comment.