REFACTOR: Redundant empty argument list on object creation expression.

This commit is contained in:
2017-12-21 03:18:10 +00:00
parent ff5540ff5d
commit df2fb651e4
22 changed files with 40 additions and 40 deletions

View File

@@ -563,7 +563,7 @@ namespace DiscImageChef.Core.Devices.Dumping
{
tmpBuf = new byte[cmdBuf.Length - 4];
Array.Copy(cmdBuf, 4, tmpBuf, 0, cmdBuf.Length - 4);
sidecar.OpticalDisc[0].DI = new DumpType()
sidecar.OpticalDisc[0].DI = new DumpType
{
Image = outputPrefix + ".di.bin",
Size = tmpBuf.Length,