Skip to content

Commit b65ad52

Browse files
Remove newline
1 parent 74c2f45 commit b65ad52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ProtectionScan/Features/MainFeature.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,6 @@ private static void InsertNode(Dictionary<string, object> nestedDictionary,
350350

351351
var current = (Dictionary<string, object>)nestedDictionary[fullPath];
352352

353-
354353
// Traverses the nested dictionary until the "leaf" dictionary is reached.
355354
for (int i = 0; i < pathParts.Length - 1; i++)
356355
{

0 commit comments

Comments
 (0)