Skip to content

Commit 8cd7c35

Browse files
committed
toil(front): credo fixes
1 parent ed555d2 commit 8cd7c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

front/test/support/fake_clients/service_account.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ defmodule Support.FakeClients.ServiceAccount do
210210
defp generate_page_token([]), do: nil
211211
defp generate_page_token(accounts), do: List.last(accounts).id
212212

213-
defp now_proto_timestamp() do
213+
defp now_proto_timestamp do
214214
seconds = DateTime.utc_now() |> DateTime.to_unix()
215215
Google.Protobuf.Timestamp.new(seconds: seconds)
216216
end

0 commit comments

Comments
 (0)