Skip to content

Commit

Permalink
Indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MosheMaorKaltura committed Dec 9, 2024
1 parent 8595e12 commit ad2e83e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2470,7 +2470,7 @@ export default class Player extends FakeEventTarget {
*/
public _updateTracks(tracks: Array<Track>): void {
if(!tracks) {
return;
return;
}
Player._logger.debug('Tracks changed', tracks);

Expand Down

0 comments on commit ad2e83e

Please sign in to comment.