Skip to content

Commit

Permalink
Minor refactor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arimger committed Nov 29, 2024
1 parent 2fea853 commit b45cb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Editor Toolbox/Editor/ToolboxEditorProject.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ static ToolboxEditorProject()
}

private static readonly Dictionary<string, FolderData> pathBasedFoldersData = new Dictionary<string, FolderData>();
private readonly static Dictionary<string, FolderData> nameBasedFoldersData = new();
private readonly static Dictionary<string, FolderData> nameBasedFoldersData = new Dictionary<string, FolderData>();

/// <summary>
/// Draws icons and additional tooltips for matched assets.
Expand Down

0 comments on commit b45cb0f

Please sign in to comment.