Skip to content

Commit

Permalink
Added missing using
Browse files Browse the repository at this point in the history
  • Loading branch information
mdupras committed Oct 27, 2023
1 parent 12eb5a4 commit bdc50a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ImageSharp.Web/Middleware/ImageSharpMiddleware.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
using Microsoft.Extensions.Options;
using Microsoft.IO;
using SixLabors.ImageSharp.Formats;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Web.Caching;
using SixLabors.ImageSharp.Web.Commands;
using SixLabors.ImageSharp.Web.Processors;
Expand Down

0 comments on commit bdc50a5

Please sign in to comment.