From 18cf7946b18065a1d6f6e6129f46dd45a8c2ecd5 Mon Sep 17 00:00:00 2001 From: Dan <daniel2.lorych@live.uwe.ac.uk> Date: Tue, 3 May 2022 18:04:36 +0100 Subject: [PATCH] Add test comment for demo --- Helios/Source/ConfiguratorService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Helios/Source/ConfiguratorService.cs b/Helios/Source/ConfiguratorService.cs index ecc8ab1..579bbb6 100644 --- a/Helios/Source/ConfiguratorService.cs +++ b/Helios/Source/ConfiguratorService.cs @@ -18,6 +18,7 @@ namespace Helios.Source this._maxElevation = GetSunElevation(); } + //test comments public ConfiguratorResult GetResults(ConfiguratorInput input) { ConfiguratorResult result = new ConfiguratorResult(); -- GitLab