Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed May 1, 2024
1 parent aff458f commit a9c8f7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/absinthe/pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ defmodule Absinthe.Pipeline do

@type data_t :: any

@type run_result_t :: {:ok, data_t, [Phase.t()]} | {:error, String.t() | {:http_method, String.t()}, [Phase.t()]}
@type run_result_t ::
{:ok, data_t, [Phase.t()]}
| {:error, String.t() | {:http_method, String.t()}, [Phase.t()]}

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

Expand Down

0 comments on commit a9c8f7b

Please sign in to comment.