mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 00:24:16 +00:00
minor code style change
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user