Skip to content

Commit

Permalink
minor reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
markmark206 committed Jul 20, 2023
1 parent b31e4af commit 70615c3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/nopass.ex
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,7 @@ defmodule Nopass do
{:ok, "user known as luigi@mansion"}
iex> {:error, :expired_or_missing} = Nopass.trade_one_time_password_for_login_token(one_time_password)
"""
def trade_one_time_password_for_login_token(
one_time_password,
opts \\ []
) do
def trade_one_time_password_for_login_token(one_time_password, opts \\ []) do
login_token_params =
Enum.into(opts, %{
login_token_identity: fn otp_identity -> otp_identity end,
Expand Down

0 comments on commit 70615c3

Please sign in to comment.