mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Fix runner warnings (#8211)
This commit is contained in:
@@ -294,7 +294,7 @@ namespace UnitTest_ColorPickerUI.Helpers
|
||||
{
|
||||
var color = Color.FromArgb(red, green, blue);
|
||||
|
||||
Exception exception = null;
|
||||
Exception? exception = null;
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user