Skip to content

Commit

Permalink
Simplify SimulatedPath implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Apr 29, 2024
1 parent 5ff94aa commit 9f93141
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ public string GetRandomFileName()
public string GetRelativePath(string relativeTo, string path)
{
relativeTo.EnsureValidArgument(fileSystem, nameof(relativeTo));
path.EnsureValidArgument(fileSystem, nameof(path));

relativeTo = fileSystem.Execute.Path.GetFullPath(relativeTo);
path = fileSystem.Execute.Path.GetFullPath(path);
Expand Down

0 comments on commit 9f93141

Please sign in to comment.