From 62979273c30af2173382cc16c82cf979527fb933 Mon Sep 17 00:00:00 2001 From: Thomas Andersen Date: Tue, 19 Nov 2024 18:05:06 +0100 Subject: [PATCH] removed 3 spaces --- coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs b/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs index 4d17284a..52595979 100644 --- a/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs +++ b/coffeecard/CoffeeCard.Tests.Common/Builders/BaseBuilder.cs @@ -8,7 +8,7 @@ public abstract class BaseBuilder where T : class /// /// Creates a new instance of type T, - /// using the configuration set by using the builderM ethods + /// using the configuration set by using the builderMethods /// public T Build() {