From d84796588c1472334ddaf696a817f015c245ce44 Mon Sep 17 00:00:00 2001 From: okayurisotto Date: Sat, 8 Jul 2023 07:08:16 +0900 Subject: cleanup: trim trailing whitespace (#11136) * cleanup: trim trailing whitespace * update(`.editorconfig`) --------- Co-authored-by: syuilo --- packages/misskey-js/src/streaming.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/misskey-js/src/streaming.ts') diff --git a/packages/misskey-js/src/streaming.ts b/packages/misskey-js/src/streaming.ts index 92a220b496..c641706a4b 100644 --- a/packages/misskey-js/src/streaming.ts +++ b/packages/misskey-js/src/streaming.ts @@ -218,7 +218,7 @@ class Pool { this.dec = this.dec.bind(this); this.connect = this.connect.bind(this); this.disconnect = this.disconnect.bind(this); - + this.channel = channel; this.stream = stream; this.id = id; -- cgit v1.2.3-freya