Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed Apr 22, 2024
1 parent 641e6f2 commit 01d86bc
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ private class SchemaComparator(
case s@LocalReference(name) =>
def noSchema: Nothing =
throw new NoSuchElementException(s"could not resolve schema reference ${s.$ref.get}")
//TODO: detect cycles and handle recursive schema definitions
normalize(named.getOrElse(name, noSchema), named)
case s => s
}
Expand Down

0 comments on commit 01d86bc

Please sign in to comment.