Skip to content

Commit

Permalink
Remove a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
CaspianA1 committed Dec 10, 2024
1 parent 1fcce6b commit b39512b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dashboard_defs/easing_fns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@ pub mod transition {
let tau_n = std::f64::consts::TAU * N as f64;
percent_done - ((tau_n * percent_done).sin() / tau_n)
};

}
}

0 comments on commit b39512b

Please sign in to comment.