Skip to content

Commit 942c2f2

Browse files
No need for processing behavior to be virtual
1 parent 466d87d commit 942c2f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Providers/FileProviderImageProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ protected FileProviderImageProvider(IFileProvider fileProvider, ProcessingBehavi
4242
}
4343

4444
/// <inheritdoc/>
45-
public virtual ProcessingBehavior ProcessingBehavior { get; }
45+
public ProcessingBehavior ProcessingBehavior { get; }
4646

4747
/// <inheritdoc/>
4848
public virtual Func<HttpContext, bool> Match { get; set; } = _ => true;

0 commit comments

Comments
 (0)