Skip to content

Commit 6930bf0

Browse files
committed
DiskUtils: mark as internal
1 parent feea9ca commit 6930bf0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TruePath/DiskUtils.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace TruePath;
1313
/// <summary>
1414
/// Utility class for handling disk operations and obtaining real paths.
1515
/// </summary>
16-
public static class DiskUtils
16+
internal static class DiskUtils
1717
{
1818
// from https://github.com/dotnet/corefx/blob/9c06da6a34fcefa6fb37776ac57b80730e37387c/src/Common/src/System/IO/PathInternal.Windows.cs#L52
1919
/// <summary>

0 commit comments

Comments
 (0)