chore(prettier): format files

This commit is contained in:
Snowflake107 2021-06-14 00:13:37 +05:45
parent 109577b56e
commit f3f7c9b490
6 changed files with 6 additions and 6 deletions

View file

@ -268,4 +268,4 @@ class DiscordPlayer extends EventEmitter<PlayerEvents> {
}
}
export { DiscordPlayer as Player };
export { DiscordPlayer as Player };

View file

@ -213,4 +213,4 @@ class Queue<T = unknown> {
}
}
export { Queue };
export { Queue };

View file

@ -173,4 +173,4 @@ class Track {
export default Track;
export { Track };
export { Track };

View file

@ -205,4 +205,4 @@ export interface PlaylistJSON {
url: string;
};
tracks: TrackJSON[];
}
}

View file

@ -1 +1 @@
export {};
export {};

View file

@ -41,4 +41,4 @@ class Util {
}
}
export { Util };
export { Util };