Ran formatting through code

This commit is contained in:
Daniel Wathen
2023-01-12 13:19:05 -07:00
parent ba6d7b19e7
commit 8d65b82af6
37 changed files with 2006 additions and 1823 deletions

View File

@ -1,9 +1,8 @@
namespace ReportingServices.Shared.ViewModels.ProductionReport
namespace ReportingServices.Shared.ViewModels.ProductionReport;
public class SLLTool
{
public class SLLTool
{
public DateTime Date { get; set; }
public int ASM { get; set; }
public int HTR { get; set; }
}
}
public DateTime Date { get; set; }
public int ASM { get; set; }
public int HTR { get; set; }
}