From f3f7c9b490244c24cd225be31888a6094d50efd7 Mon Sep 17 00:00:00 2001 From: Snowflake107 Date: Mon, 14 Jun 2021 00:13:37 +0545 Subject: [PATCH] chore(prettier): format files --- src/Player.ts | 2 +- src/Structures/Queue.ts | 2 +- src/Structures/Track.ts | 2 +- src/types/types.ts | 2 +- src/utils/Constants.ts | 2 +- src/utils/Util.ts | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Player.ts b/src/Player.ts index 9dc53a4..c0765ac 100644 --- a/src/Player.ts +++ b/src/Player.ts @@ -268,4 +268,4 @@ class DiscordPlayer extends EventEmitter { } } -export { DiscordPlayer as Player }; \ No newline at end of file +export { DiscordPlayer as Player }; diff --git a/src/Structures/Queue.ts b/src/Structures/Queue.ts index a28744c..e828a64 100644 --- a/src/Structures/Queue.ts +++ b/src/Structures/Queue.ts @@ -213,4 +213,4 @@ class Queue { } } -export { Queue }; \ No newline at end of file +export { Queue }; diff --git a/src/Structures/Track.ts b/src/Structures/Track.ts index 4f24093..4ac2c0b 100644 --- a/src/Structures/Track.ts +++ b/src/Structures/Track.ts @@ -173,4 +173,4 @@ class Track { export default Track; -export { Track }; \ No newline at end of file +export { Track }; diff --git a/src/types/types.ts b/src/types/types.ts index dd96fb2..5bc0821 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -205,4 +205,4 @@ export interface PlaylistJSON { url: string; }; tracks: TrackJSON[]; -} \ No newline at end of file +} diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index 8cec2e9..cb0ff5c 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -1 +1 @@ -export {}; \ No newline at end of file +export {}; diff --git a/src/utils/Util.ts b/src/utils/Util.ts index c207511..8baff32 100644 --- a/src/utils/Util.ts +++ b/src/utils/Util.ts @@ -41,4 +41,4 @@ class Util { } } -export { Util }; \ No newline at end of file +export { Util };