Skip to content

Commit 202d676

Browse files
authored
Merge pull request #1365 from absinthe-graphql/cschiewek/fix-formatting
Fix formatting
2 parents 954421a + 5217687 commit 202d676

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)