Skip to content

Commit 2c676a9

Browse files
koumatsumotobenlesh
authored andcommitted
style(AsyncAction): correct indent size (#3903)
1 parent 3f40267 commit 2c676a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/internal/scheduler/AsyncAction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class AsyncAction<T> extends Action<T> {
2424

2525
if (this.closed) {
2626
return this;
27-
}
27+
}
2828

2929
// Always replace the current state with the new state.
3030
this.state = state;

0 commit comments

Comments
 (0)