From 95eed9588c11b0c48d1136f7e75c30c7127d3660 Mon Sep 17 00:00:00 2001 From: CJ Bryan and Matt Olenick Date: Wed, 7 Feb 2018 15:19:39 -0800 Subject: [PATCH] Use multi-line aliasing to make credo happy --- lib/explorer/block.ex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/explorer/block.ex b/lib/explorer/block.ex index 6dea56a265..8fcba1e2f7 100644 --- a/lib/explorer/block.ex +++ b/lib/explorer/block.ex @@ -8,7 +8,9 @@ defmodule Explorer.Block do import Ecto.Changeset import Ecto.Query - alias Explorer.{Block, BlockTransaction, Transaction} + alias Explorer.Block + alias Explorer.BlockTransaction + alias Explorer.Transaction @timestamps_opts [type: Timex.Ecto.DateTime, autogenerate: {Timex.Ecto.DateTime, :autogenerate, []}]