Skip to content

Commit 8ce8a53

Browse files
authored
Update src/Mvc/Mvc.ViewFeatures/src/TempDataDictionary.cs
1 parent b0785f7 commit 8ce8a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.ViewFeatures/src/TempDataDictionary.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ public bool MoveNext()
310310

311311
public void Reset()
312312
{
313-
((IEnumerator < KeyValuePair<string, object?>>)_enumerator).Reset();
313+
((IEnumerator<KeyValuePair<string, object?>>)_enumerator).Reset();
314314
}
315315

316316
void IDisposable.Dispose()

0 commit comments

Comments
 (0)