Use multi-line aliasing to make credo happy

pull/2/head
CJ Bryan and Matt Olenick 7 years ago
parent 261f15f10d
commit 95eed9588c
  1. 4
      lib/explorer/block.ex

@ -8,7 +8,9 @@ defmodule Explorer.Block do
import Ecto.Changeset import Ecto.Changeset
import Ecto.Query import Ecto.Query
alias Explorer.{Block, BlockTransaction, Transaction} alias Explorer.Block
alias Explorer.BlockTransaction
alias Explorer.Transaction
@timestamps_opts [type: Timex.Ecto.DateTime, @timestamps_opts [type: Timex.Ecto.DateTime,
autogenerate: {Timex.Ecto.DateTime, :autogenerate, []}] autogenerate: {Timex.Ecto.DateTime, :autogenerate, []}]

Loading…
Cancel
Save