mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 05:13:40 +01:00
Fix IDE0028: Use collection initializers or expressions
This commit is contained in:
parent
d060db3ca4
commit
a8b8bce628
89 changed files with 186 additions and 191 deletions
|
|
@ -22,7 +22,7 @@ internal class PluginErrorHandler : IServiceType
|
|||
private readonly NotificationManager notificationManager;
|
||||
private readonly DalamudInterface di;
|
||||
|
||||
private readonly Dictionary<Type, Delegate> invokerCache = new();
|
||||
private readonly Dictionary<Type, Delegate> invokerCache = [];
|
||||
|
||||
private DateTime lastErrorTime = DateTime.MinValue;
|
||||
private IActiveNotification? activeNotification;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue