Skip to content

Commit 63f2bb9

Browse files
committed
formatting
1 parent 221d469 commit 63f2bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp.Web/DependencyInjection/ImageSharpBuilderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ 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)
68+
public static IImageSharpBuilder SetMemoryAllocator<TMemoryAllocator>(this IImageSharpBuilder builder)
6969
where TMemoryAllocator : MemoryAllocator
7070
=> builder;
7171

0 commit comments

Comments
 (0)