Code reformat.

This commit is contained in:
2019-11-25 00:54:31 +00:00
parent 2e73c622cf
commit 16f61defb8
5 changed files with 15 additions and 11 deletions

View File

@@ -46,7 +46,7 @@ namespace DiscImageChef.CommonTypes.Metadata
public string Model { get; set; }
public short Offset { get; set; }
public int Submissions { get; set; }
[DisplayFormat(ApplyFormatInEditMode =true, DataFormatString = "{0:P0}")]
public float Agreement { get; set; }
[DisplayFormat(ApplyFormatInEditMode = true, DataFormatString = "{0:P0}")]
public float Agreement { get; set; }
}
}