Skip to content

Commit acad0cd

Browse files
committed
small change
1 parent fdfe1af commit acad0cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/fwschemadata/value_semantic_equality_set.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ func ValueSemanticEqualitySetElements(ctx context.Context, req ValueSemanticEqua
145145
}
146146

147147
// Loop through all prior value elements and see if there are any semantically equal elements
148-
for pIdx, priorValue := range priorValueElements {
148+
for pIdx, priorValueElement := range priorValueElements {
149149
elementReq := ValueSemanticEqualityRequest{
150150
Path: req.Path.AtSetValue(proposedNewValueElement),
151-
PriorValue: priorValue,
151+
PriorValue: priorValueElement,
152152
ProposedNewValue: proposedNewValueElement,
153153
}
154154
elementResp := &ValueSemanticEqualityResponse{

0 commit comments

Comments
 (0)