1
0
mirror of https://github.com/DarthAffe/RGB.NET.git synced 2025-12-13 01:58:30 +00:00

Fixed code warning

This commit is contained in:
Darth Affe 2021-09-06 00:55:48 +02:00
parent 6974203e34
commit d487bee35c

View File

@ -76,7 +76,7 @@ namespace RGB.NET.Devices.DMX.E131
new Random().NextBytes(cid); new Random().NextBytes(cid);
} }
CID = cid!; CID = cid;
DeviceName = DeviceHelper.CreateDeviceName(Manufacturer, Model); DeviceName = DeviceHelper.CreateDeviceName(Manufacturer, Model);
} }