Skip to content

Commit af70a40

Browse files
committed
Remove in parameter
1 parent accc4aa commit af70a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web/Caching/PhysicalFileSystemCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public PhysicalFileSystemCache(
9191
/// <param name="webRootPath">the webRootPath.</param>
9292
/// <param name="contentRootPath">the contentRootPath.</param>
9393
/// <returns>root path.</returns>
94-
internal static string GetCacheRoot(in PhysicalFileSystemCacheOptions cacheOptions, in string webRootPath, in string contentRootPath)
94+
internal static string GetCacheRoot(PhysicalFileSystemCacheOptions cacheOptions, string webRootPath, string contentRootPath)
9595
{
9696
var cacheRoot = string.IsNullOrEmpty(cacheOptions.CacheRoot)
9797
? webRootPath

0 commit comments

Comments
 (0)