From 1546cb292379ba66aec14a864ad63bde11dd1236 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 26 Jun 2019 22:40:08 -0600 Subject: [PATCH] You win this time, linter. --- src/stores/TypingStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/TypingStore.js b/src/stores/TypingStore.js index d0d8297963..d32ca9ba65 100644 --- a/src/stores/TypingStore.js +++ b/src/stores/TypingStore.js @@ -76,4 +76,4 @@ export default class TypingStore { MatrixClientPeg.get().sendTyping(roomId, isTyping, TYPING_SERVER_TIMEOUT); } -} \ No newline at end of file +}