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:
@@ -74,7 +74,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
Name = "DiscFerret";
|
||||
PluginUuid = new Guid("70EA7B9B-5323-42EB-9B40-8DDA37C5EB4D");
|
||||
ImageInfo = new ImageInfo()
|
||||
ImageInfo = new ImageInfo
|
||||
{
|
||||
ReadableSectorTags = new List<SectorTagType>(),
|
||||
ReadableMediaTags = new List<MediaTagType>(),
|
||||
|
||||
Reference in New Issue
Block a user