Skip to content

Commit

Permalink
fix: linting
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jan 2, 2024
1 parent 0e7d8f9 commit 80149f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/models/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,6 @@ fn intro_outro_update<E: Env + 'static>(
);

// if(!closestDuration) return


closest_duration.and_then(|(closest_duration, skip_gaps)| {
// var durationDiffInSec = Math.round((player.length - closestDuration) / 1000 * 10) / 10
Expand Down

0 comments on commit 80149f1

Please sign in to comment.