Skip to content

Commit 801daa8

Browse files
newline
1 parent 4863878 commit 801daa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProtectionScan/Features/MainFeature.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ public static void InsertNode(Dictionary<string, object> nestedDictionary, strin
365365
current[part] = innerObject;
366366
current = (Dictionary<string, object>)current[part];
367367
}
368+
368369
// If the "leaf" dictionary has been reached, add the file and its protections.
369370
current.Add(pathParts[^1], protections);
370371
}

0 commit comments

Comments
 (0)