You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminated unnecessary null-forgiving operators in DiffToolsTest assertions (e.g. changed tool1!.Name to tool1.Name across several asserts). Also added the missing newline at end of file. Minor cleanup to improve readability and align with nullable analysis.
0 commit comments