Skip to content

Commit

Permalink
clear trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtized committed Sep 1, 2023
1 parent 327982d commit ea97629
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/shimmers/math/kinematics.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,3 @@
;; or v = sqrt(u^2+2as)
(defn velocity-from-displacement [u a s]
(Math/sqrt (+ (eq/sqr u) (* 2 a s))))




0 comments on commit ea97629

Please sign in to comment.