From f96e2a3adf307e9208a8dfef213df2fad3fb85c4 Mon Sep 17 00:00:00 2001 From: Ian Webster Date: Tue, 21 Sep 2021 08:37:01 -0700 Subject: [PATCH] formatting --- QuickChart/QuickChart.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QuickChart/QuickChart.cs b/QuickChart/QuickChart.cs index eb03464..007ac19 100644 --- a/QuickChart/QuickChart.cs +++ b/QuickChart/QuickChart.cs @@ -19,7 +19,7 @@ namespace QuickChart public int Width { get; set; } public int Height { get; set; } public double DevicePixelRatio { get; set; } - public string Format {get;set;} + public string Format { get; set; } public string BackgroundColor { get; set; } public string Key { get; set; } public string Config { get; set; }