Skip to content

Commit

Permalink
Irrelevant case in the pattern match
Browse files Browse the repository at this point in the history
  • Loading branch information
daddykotex committed Dec 19, 2023
1 parent e9e1ee0 commit 0006dba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ private[compiler] object AllOfTransformer extends IModelPostProcessor {
case _: ServiceDef => false
}
loop(tail, hasRef)
case _ :: tail => loop(tail, isReferenced)
}

loop(allShapes.toList)
Expand Down

0 comments on commit 0006dba

Please sign in to comment.