Skip to content

Commit 30aec35

Browse files
committed
refactor: fix IVirtualFileSystem is already specified in other parts
1 parent 6854315 commit 30aec35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Atypical.VirtualFileSystem.Core/SystemOperations/VFS.Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace Atypical.VirtualFileSystem.Core;
99
/// <summary>
1010
/// Constants used by the Virtual File System.
1111
/// </summary>
12-
public partial record VFS : IVirtualFileSystem
12+
public partial record VFS
1313
{
1414
/// <summary>
1515
/// The root path.

src/Atypical.VirtualFileSystem.Core/SystemOperations/VFS.ExceptionHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/// <summary>
44
/// Provides helper methods for throwing exceptions related to the virtual file system.
55
/// </summary>
6-
public partial record VFS : IVirtualFileSystem
6+
public partial record VFS
77
{
88
/// <summary>
99
/// Throws a VFSException indicating that a virtual file was not found.

0 commit comments

Comments
 (0)