Skip to content

Commit 68f80ae

Browse files
committed
Fix formatting
1 parent 48104c0 commit 68f80ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/absinthe/pipeline.ex

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ defmodule Absinthe.Pipeline do
1717

1818
@type data_t :: any
1919

20-
@type run_result_t :: {:ok, data_t, [Phase.t()]} | {:error, String.t() | {:http_method, String.t()}, [Phase.t()]}
20+
@type run_result_t ::
21+
{:ok, data_t, [Phase.t()]}
22+
| {:error, String.t() | {:http_method, String.t()}, [Phase.t()]}
2123

2224
@type phase_config_t :: Phase.t() | {Phase.t(), Keyword.t()}
2325

0 commit comments

Comments
 (0)