mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Redundant empty argument list on object creation expression.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
Name = "RS-IDE Hard Disk Image";
|
||||
PluginUuid = new Guid("47C3E78D-2BE2-4BA5-AA6B-FEE27C86FC65");
|
||||
ImageInfo = new ImageInfo()
|
||||
ImageInfo = new ImageInfo
|
||||
{
|
||||
ReadableSectorTags = new List<SectorTagType>(),
|
||||
ReadableMediaTags = new List<MediaTagType>(),
|
||||
|
||||
Reference in New Issue
Block a user