Skip to content

Commit 3d6ca67

Browse files
authored
🧹 chore: [MegaLinter] Apply [1] automatic fixes (#77)
Co-authored-by: TylerCarrol <[email protected]>
1 parent 8c983d4 commit 3d6ca67

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

‎TJC.StringExtensions.Tests/Separator/DictionarySeparatorExtensionsTests.cs‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ namespace TJC.StringExtensions.Tests.Separator;
55
[TestClass]
66
public class DictionarySeparatorExtensionsTests
77
{
8-
private readonly Dictionary<int, string> _samples =
9-
new()
10-
{
11-
{ 1, "one" },
12-
{ 2, "two" },
13-
{ 3, "three" },
14-
};
8+
private readonly Dictionary<int, string> _samples = new()
9+
{
10+
{ 1, "one" },
11+
{ 2, "two" },
12+
{ 3, "three" },
13+
};
1514

1615
[TestMethod]
1716
public void JoinBothTest()

0 commit comments

Comments
 (0)