Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ltzmaxwell committed Aug 15, 2024
1 parent 64fb685 commit 9e76e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnovm/pkg/gnolang/preprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -2950,7 +2950,7 @@ func assertTypeDeclNoCycle2(store Store, last BlockNode, x Expr, stack *[]Name,
} else {
findCycle()
*stack = append(*stack, cx.Name)
lastX = cx // Assuming lastX is declared somewhere in this context
lastX = cx
}

return
Expand Down

0 comments on commit 9e76e22

Please sign in to comment.