From 9d3734e09ae2d64875de62454534ab996cdc50f4 Mon Sep 17 00:00:00 2001 From: jimmay5469 Date: Wed, 18 Apr 2018 13:50:22 -0400 Subject: [PATCH] Order functions and imports alphabetically --- apps/explorer/lib/explorer/chain.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/explorer/lib/explorer/chain.ex b/apps/explorer/lib/explorer/chain.ex index f27b38bc69..a1346661cd 100644 --- a/apps/explorer/lib/explorer/chain.ex +++ b/apps/explorer/lib/explorer/chain.ex @@ -42,9 +42,9 @@ defmodule Explorer.Chain do """ @type pagination :: map() + @typep direction_option :: :to | :from @typep necessity_by_association_option :: {:necessity_by_association, necessity_by_association} @typep pagination_option :: {:pagination, pagination} - @typep direction_option :: :to | :from # Functions