style: format code

This commit is contained in:
LuanRT
2022-06-18 05:22:54 -03:00
parent 4c7a42d8d4
commit 9ffaaacb3e

View File

@@ -166,7 +166,6 @@ class Innertube {
const cpn = Utils.generateRandomString(16);
const response = await this.actions.getVideoInfo(video_id, cpn);
return new VideoInfo([ response, {} ], this.actions, this.#player, cpn);
}