Fix linting issue

This commit is contained in:
Joshua M. Boniface
2026-03-24 22:22:52 -04:00
parent 965b602c68
commit c22933260b

View File

@@ -11,7 +11,7 @@ public record FolderStorageInfo
public required string Path { get; init; }
/// <summary>
/// Gets the fully resolved path of the folder in question (interpolating any symlinks if present)
/// Gets the fully resolved path of the folder in question (interpolating any symlinks if present).
/// </summary>
public required string ResolvedPath { get; init; }