Skip to content

Commit

Permalink
Update RGB.NET.Core/Update/CustomUpdateData.cs
Browse files Browse the repository at this point in the history
Co-authored-by: DarthAffe <darthaffe@wyrez.org>
  • Loading branch information
stonstad and DarthAffe authored Oct 30, 2024
1 parent c34435b commit da51871
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion RGB.NET.Core/Update/CustomUpdateData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ public interface ICustomUpdateData
public sealed class CustomUpdateData : ICustomUpdateData
{
#region Properties & Fields
public static readonly CustomUpdateData Empty = new CustomUpdateData();

// ReSharper disable once InconsistentNaming
public static readonly CustomUpdateData Empty = new();

private readonly Dictionary<string, object?> _data = [];

Expand Down

0 comments on commit da51871

Please sign in to comment.