Skip to content

Commit 2fbaf2b

Browse files
rcj1Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent a0920bf commit 2fbaf2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/coreclr/debug/daccess/dacdbiimpl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2414,7 +2414,7 @@ void DacDbiInterfaceImpl::GetClassTypeInfo(TypeHandle typeH
24142414
{
24152415
pTypeInfo->ClassTypeData.typeHandle.SetDacTargetPtr(typeHandle.AsTAddr());
24162416
}
2417-
else // non-generic
2417+
else // non-generic
24182418
{
24192419
pTypeInfo->ClassTypeData.typeHandle = VMPTR_TypeHandle::NullPtr();
24202420
}

0 commit comments

Comments
 (0)