Code reformat.

This commit is contained in:
2019-11-25 00:54:39 +00:00
parent 9e90847e3a
commit 9b916b64df
15 changed files with 21 additions and 26 deletions

View File

@@ -53,9 +53,9 @@ namespace DiscImageChef.Server.Models
public int Id { get; set; }
[DisplayName("Manufacturer ID"), DisplayFormat(DataFormatString = "0x{0:X4}")]
public ushort VendorId { get; set; }
public ushort VendorId { get; set; }
[DisplayName("Manufacturer")]
public string Vendor { get; set; }
public string Vendor { get; set; }
public DateTime AddedWhen { get; set; }
public DateTime ModifiedWhen { get; set; }