Skip to content

Commit

Permalink
chore: mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tvillegas98 committed Dec 18, 2024
1 parent de29c4a commit 2b9f4ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/bot_manager/lib/math/vector.ex
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ defmodule BotManager.Math.Vector do
}
end


def deg2rad(deg) do
deg * :math.pi / 180
deg * :math.pi() / 180
end
end

0 comments on commit 2b9f4ad

Please sign in to comment.