Skip to content

Commit 221d469

Browse files
committed
stylecop
1 parent 3c94070 commit 221d469

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ImageSharp.Web/DependencyInjection/ImageSharpBuilderExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public static IImageSharpBuilder SetMemoryAllocator(this IImageSharpBuilder buil
6565
/// <param name="builder">The core builder.</param>
6666
/// <returns>The <see cref="IImageSharpBuilder"/>.</returns>
6767
[Obsolete("Use ImageSharp.Configuration.MemoryAllocator. This will be removed in a future version.")]
68-
public static IImageSharpBuilder SetMemoryAllocator<TMemoryAllocator>(this IImageSharpBuilder builder) where TMemoryAllocator : MemoryAllocator
68+
public static IImageSharpBuilder SetMemoryAllocator<TMemoryAllocator>(this IImageSharpBuilder builder)
69+
where TMemoryAllocator : MemoryAllocator
6970
=> builder;
7071

7172
/// <summary>

0 commit comments

Comments
 (0)