Fix reformatting.

This commit is contained in:
2019-11-02 23:52:33 +00:00
parent f6df95b732
commit dcaf51faef
52 changed files with 6663 additions and 5874 deletions

View File

@@ -36,9 +36,10 @@ namespace DiscImageChef.Server.Models
{
public class Command
{
[Key] public int Id { get; set; }
[Key]
public int Id { get; set; }
public string Name { get; set; }
public long Count { get; set; }
public string Name { get; set; }
public long Count { get; set; }
}
}