Skip to content

Commit b20b972

Browse files
committed
Formatting federation.ts
1 parent e36fb0b commit b20b972

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core/federation.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function isANodeJSCodedError(e: Error): e is NodeJSCodedError {
291291
* A network sender is a reactor containing a portAbsentReaction.
292292
*/
293293
export class NetworkSender extends Reactor {
294-
constructor (parent: Reactor) {
294+
constructor(parent: Reactor) {
295295
super(parent);
296296
}
297297

@@ -1229,7 +1229,7 @@ export class FederatedApp extends App {
12291229
/**
12301230
* An array of network senders
12311231
*/
1232-
private readonly networkSenders: Array<NetworkSender> = [];
1232+
private readonly networkSenders: NetworkSender[] = [];
12331233

12341234
private readonly portAbsentReactions = new Set<Reaction<Variable[]>>();
12351235

0 commit comments

Comments
 (0)