Skip to content

Commit

Permalink
Fix a Scalastyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trungfinity committed Nov 25, 2017
1 parent 15d59e0 commit 897baa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private[codegen] final class DocumentParser(
possibleTypes: Set[ObjectType[_, _]],
scope: SelectionScope
)(
implicit document: ast.Document,
implicit document: ast.Document
): Result[tree.Fields] = {
for {
fieldType <- schemaTraversal.currentType
Expand Down

0 comments on commit 897baa0

Please sign in to comment.