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

@@ -73,11 +73,9 @@ namespace DiscImageChef.Server.Models
}
}
[NotMapped]
[DisplayName("Physical type")]
[NotMapped, DisplayName("Physical type")]
public string PhysicalType => MediaType.type;
[NotMapped]
[DisplayName("Logical type")]
[NotMapped, DisplayName("Logical type")]
public string LogicalType => MediaType.subType;
}
}