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

@@ -52,7 +52,7 @@ namespace DiscImageChef.Core
if(File.Exists(Path.Combine(Settings.Settings.StatsPath, "Statistics.xml")))
{
AllStats = new Stats();
CurrentStats = new Stats()
CurrentStats = new Stats
{
OperatingSystems =
new List<OsStats>
@@ -74,7 +74,7 @@ namespace DiscImageChef.Core
else if(Settings.Settings.Current.Stats != null)
{
AllStats = new Stats();
CurrentStats = new Stats()
CurrentStats = new Stats
{
OperatingSystems =
new List<OsStats>