From 670e042b349c39fafe645289d8e0cd92ed8ddf00 Mon Sep 17 00:00:00 2001 From: TylerCarrol <25536704+TylerCarrol@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:16:18 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20chore:=20[MegaLinter]=20Apply=20?= =?UTF-8?q?[1]=20automatic=20fixes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Separator/DictionarySeparatorExtensionsTests.cs | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/TJC.StringExtensions.Tests/Separator/DictionarySeparatorExtensionsTests.cs b/TJC.StringExtensions.Tests/Separator/DictionarySeparatorExtensionsTests.cs index b527180..fc47c7f 100644 --- a/TJC.StringExtensions.Tests/Separator/DictionarySeparatorExtensionsTests.cs +++ b/TJC.StringExtensions.Tests/Separator/DictionarySeparatorExtensionsTests.cs @@ -5,13 +5,12 @@ namespace TJC.StringExtensions.Tests.Separator; [TestClass] public class DictionarySeparatorExtensionsTests { - private readonly Dictionary _samples = - new() - { - { 1, "one" }, - { 2, "two" }, - { 3, "three" }, - }; + private readonly Dictionary _samples = new() + { + { 1, "one" }, + { 2, "two" }, + { 3, "three" }, + }; [TestMethod] public void JoinBothTest()