From bdf2705205bf33c16dd7526c21201de28ef88f41 Mon Sep 17 00:00:00 2001 From: Wacton Date: Fri, 21 Jun 2024 13:09:04 +0100 Subject: [PATCH] Fix example diagram code --- Example.Diagrams/Utils.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Example.Diagrams/Utils.cs b/Example.Diagrams/Utils.cs index 059c079..49180ff 100644 --- a/Example.Diagrams/Utils.cs +++ b/Example.Diagrams/Utils.cs @@ -80,11 +80,7 @@ internal static List GetXyFillMarkers((double min, double max) rangeX, ( data.Add(marker); } } - - return data; - } - } - + return data; }