Fix trailing line feed

This commit is contained in:
Thelonius Kort
2025-06-23 13:48:02 +02:00
parent 0ebacbec94
commit 4dc94262ed

View File

@ -28,7 +28,7 @@ defmodule TOTP do
get_secret(identifier) get_secret(identifier)
|> Base.decode32!() |> Base.decode32!()
|> NimbleTOTP.verification_code() |> NimbleTOTP.verification_code()
|> IO.puts() |> IO.write()
end end
defp cmd("list-identifiers", _) do defp cmd("list-identifiers", _) do