Skip to content

Commit b45cb0f

Browse files
committed
Minor refactor changes
1 parent 2fea853 commit b45cb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Editor Toolbox/Editor/ToolboxEditorProject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ static ToolboxEditorProject()
2020
}
2121

2222
private static readonly Dictionary<string, FolderData> pathBasedFoldersData = new Dictionary<string, FolderData>();
23-
private readonly static Dictionary<string, FolderData> nameBasedFoldersData = new();
23+
private readonly static Dictionary<string, FolderData> nameBasedFoldersData = new Dictionary<string, FolderData>();
2424

2525
/// <summary>
2626
/// Draws icons and additional tooltips for matched assets.

0 commit comments

Comments
 (0)