mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Redundant empty argument list on object creation expression.
This commit is contained in:
@@ -103,7 +103,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
Name = "KryoFlux STREAM";
|
||||
PluginUuid = new Guid("4DBC95E4-93EE-4F7A-9492-919887E60EFE");
|
||||
ImageInfo = new ImageInfo()
|
||||
ImageInfo = new ImageInfo
|
||||
{
|
||||
ReadableSectorTags = new List<SectorTagType>(),
|
||||
ReadableMediaTags = new List<MediaTagType>(),
|
||||
|
||||
Reference in New Issue
Block a user