Skip to content

Commit bdb048e

Browse files
committed
chore: fix linting
1 parent fe3547d commit bdb048e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/src/mock-muxer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ class MockMuxer extends AbstractStreamMuxer<MockMuxedStream> {
278278
log: this.log.newScope(`stream:${direction}:${id}`),
279279
sendMessage: this.sendMessage,
280280
encoding: this.encoding,
281-
maxMessageSize: this.maxMessageSize - MESSAGE_OVERHEAD,
281+
maxMessageSize: this.maxMessageSize - MESSAGE_OVERHEAD
282282
// TODO: uncomment this after removing gossipsub from the codebase (post
283283
// v3 release), then add multistream-select to gossipsub tests
284284
// protocol: ''

0 commit comments

Comments
 (0)