From 69d5639764a519694bc0bbab83bc52df5d3c63cb Mon Sep 17 00:00:00 2001 From: Skillz4Killz Date: Sun, 13 Jun 2021 13:34:53 +0000 Subject: [PATCH] change: prettier code --- src/util/channel_to_thread.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/channel_to_thread.ts b/src/util/channel_to_thread.ts index 55b764c4b..d70f3e0af 100644 --- a/src/util/channel_to_thread.ts +++ b/src/util/channel_to_thread.ts @@ -17,4 +17,4 @@ export function channelToThread(channel: Channel) { }; } -export type Thread = ReturnType \ No newline at end of file +export type Thread = ReturnType;