Skip to content

Commit

Permalink
style(AsyncAction): correct indent size (#3903)
Browse files Browse the repository at this point in the history
  • Loading branch information
koumatsumoto authored and benlesh committed Jul 13, 2018
1 parent 3f40267 commit 2c676a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/scheduler/AsyncAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class AsyncAction<T> extends Action<T> {

if (this.closed) {
return this;
}
}

// Always replace the current state with the new state.
this.state = state;
Expand Down

0 comments on commit 2c676a9

Please sign in to comment.