Code Cleanup
Some checks failed
MSBuild / build (push) Has been cancelled
MSBuild / publish (push) Has been cancelled

This commit is contained in:
ema
2025-08-09 00:36:39 +08:00
parent 3dbc9fc763
commit 14a5bea926
11 changed files with 92 additions and 105 deletions

View File

@@ -45,7 +45,7 @@ public class ArchiveFileEntry : IComparable<ArchiveFileEntry>
public DateTime ModifiedDate { get; set; }
/// <summary>
/// Returns the maximum depth of all siblings
/// Returns the maximum depth of all siblings
/// </summary>
public int Level
{
@@ -75,7 +75,7 @@ public class ArchiveFileEntry : IComparable<ArchiveFileEntry>
}
/// <summary>
/// Returns the number of nodes in the longest path to a leaf
/// Returns the number of nodes in the longest path to a leaf
/// </summary>
private int GetDepth()
{