Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lhstrh committed Oct 12, 2024
1 parent 33f9ac4 commit 3cde5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/reactor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,7 @@ export abstract class Reactor extends Component {
private _getOwnReactors(): Reactor[] {
return Array.from(this._keyChain.keys()).filter(
(it) => it instanceof Reactor
) ;
);
}

/**
Expand Down

0 comments on commit 3cde5a1

Please sign in to comment.