Skip to content

Commit 76a781f

Browse files
committed
Make workerresult readonly
1 parent b37ac7f commit 76a781f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web/Middleware/ImageWorkerResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace SixLabors.ImageSharp.Web.Middleware
88
/// <summary>
99
/// Provides an asynchronous worker result.
1010
/// </summary>
11-
internal struct ImageWorkerResult
11+
internal readonly struct ImageWorkerResult
1212
{
1313
public ImageWorkerResult(ImageMetadata sourceImageMetadata)
1414
{

0 commit comments

Comments
 (0)