mirror of
https://github.com/claunia/romrepomgr.git
synced 2025-12-16 19:24:51 +00:00
[Refactor] Use collection expression.
This commit is contained in:
@@ -25,9 +25,9 @@ public sealed class Fuse : FileSystem
|
||||
|
||||
public Fuse(Vfs vfs)
|
||||
{
|
||||
_directoryCache = new ConcurrentDictionary<long, List<DirectoryEntry>>();
|
||||
_directoryCache = [];
|
||||
_lastHandle = 0;
|
||||
_fileStatHandleCache = new ConcurrentDictionary<long, Stat>();
|
||||
_fileStatHandleCache = [];
|
||||
Name = "romrepomgrfs";
|
||||
_vfs = vfs;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user