Skip to content

Commit 475c168

Browse files
committed
fix formatting
1 parent 6270e1e commit 475c168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/absinthe/phase/schema/validation/names_must_be_valid.ex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ defmodule Absinthe.Phase.Schema.Validation.NamesMustBeValid do
44
use Absinthe.Phase
55
alias Absinthe.Blueprint
66

7-
87
def run(bp, _) do
98
bp = Blueprint.prewalk(bp, &validate_names/1)
109
{:ok, bp}

0 commit comments

Comments
 (0)