Skip to content

Commit

Permalink
wip: fix credo complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
nlwstein committed Jan 16, 2024
1 parent b1fc43b commit 5f88ba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ defmodule ApiWeb.RateLimiter.RateLimiterConcurrent do
get_uuid() <> sub_key
end

defp get_uuid() do
defp get_uuid do
{:ok, uuid} = GenServer.call(__MODULE__, :get_uuid)
uuid
end
Expand Down

0 comments on commit 5f88ba4

Please sign in to comment.