From e54eb7d28e22198a8988e6dcf8f01d8306899b8c Mon Sep 17 00:00:00 2001 From: Max Charlamb Date: Wed, 25 Feb 2026 12:46:36 -0500 Subject: [PATCH] dummy change to trigger CI --- .../SOSDacImpl.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Legacy/SOSDacImpl.cs b/src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Legacy/SOSDacImpl.cs index c665f8f717dad8..f7a4bcc6c3bdbd 100644 --- a/src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Legacy/SOSDacImpl.cs +++ b/src/native/managed/cdac/Microsoft.Diagnostics.DataContractReader.Legacy/SOSDacImpl.cs @@ -81,7 +81,8 @@ public SOSDacImpl(Target target, object? legacyObj) _objectMethodTable = new Lazy( () => _target.ReadPointer(_target.ReadGlobalPointer(Constants.Globals.ObjectMethodTable))); - // Get all the interfaces for delegating to the legacy DAC + // Get all the interfaces for delegating to the legacy + // DAC if (legacyObj is not null) { _legacyImpl = legacyObj as ISOSDacInterface;