formatting

This commit is contained in:
Ian Webster 2021-09-21 08:37:01 -07:00
parent 14c7cbb2ae
commit f96e2a3adf

View file

@ -19,7 +19,7 @@ namespace QuickChart
public int Width { get; set; } public int Width { get; set; }
public int Height { get; set; } public int Height { get; set; }
public double DevicePixelRatio { get; set; } public double DevicePixelRatio { get; set; }
public string Format {get;set;} public string Format { get; set; }
public string BackgroundColor { get; set; } public string BackgroundColor { get; set; }
public string Key { get; set; } public string Key { get; set; }
public string Config { get; set; } public string Config { get; set; }