minor code style change

This commit is contained in:
Araq
2020-03-16 09:52:18 +01:00
committed by Andreas Rumpf
parent 7205c3ebe2
commit 3a6b470412

View File

@@ -1611,7 +1611,7 @@ proc isTupleRecursive(t: PType, cycleDetector: var IntSet): bool =
return false
if cycleDetector.containsOrIncl(t.id):
return true
case t.kind:
case t.kind
of tyTuple:
var cycleDetectorCopy: IntSet
for i in 0..<t.len: