Fix another style message

This commit is contained in:
Jordan Dominion
2023-12-16 22:47:56 -05:00
parent 612ec04d76
commit a9d21eccf7
@@ -71,7 +71,7 @@ namespace Tgstation.Server.Host.Components.StaticFiles
/// <summary>
/// Map of <see cref="EventType"/>s to the filename of the event scripts they trigger.
/// </summary>
static readonly IReadOnlyDictionary<EventType, IReadOnlyList<string>> EventTypeScriptFileNameMap = new Dictionary<EventType, IReadOnlyList<string>>(
public static IReadOnlyDictionary<EventType, IReadOnlyList<string>> EventTypeScriptFileNameMap { get; } = new Dictionary<EventType, IReadOnlyList<string>>(
Enum.GetValues(typeof(EventType))
.Cast<EventType>()
.Select(