Skip to content

Commit 71aa011

Browse files
a-spikerCopilot
andauthored
Update cmd/diff_utils.go
Co-authored-by: Copilot <[email protected]>
1 parent 6867edd commit 71aa011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/diff_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ func printNestedSchema(value any, prefix string, options DiffOptions, visited ma
536536
return
537537
}
538538

539-
// Check for cycles .. our schemas are not expected to have cycles, but we'll check for them anyway.
539+
// Check for cycles. Our schemas are not expected to have cycles, but we'll check for them anyway.
540540
if hasCycle(obj, visited) {
541541
fmt.Fprintf(os.Stdout, "%s... (circular reference)\n", prefix)
542542
return

0 commit comments

Comments
 (0)