Skip to content

Commit

Permalink
fix: linting after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
iomekam committed Jan 25, 2024
1 parent d220579 commit fe6ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network/src/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ const preparePort = zone => {
const ps = values.map(conn =>
E(conn)
.close()
.catch(_ => { }),
.catch(_ => {}),
);
if (this.state.listening.has(this.state.localAddr)) {
const listener = this.state.listening.get(this.state.localAddr)[1];
Expand Down

0 comments on commit fe6ca1f

Please sign in to comment.