Skip to content

Commit 50db0b2

Browse files
Update SimpleCommandConverter{T}.cs
1 parent d41b783 commit 50db0b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ImageSharp.Web/Commands/Converters/SimpleCommandConverter{T}.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace SixLabors.ImageSharp.Web.Commands.Converters
1111
/// The generic converter for simple types that implement <see cref="IConvertible"/>.
1212
/// </summary>
1313
/// <typeparam name="T">The type of object to convert to.</typeparam>
14-
internal sealed class SimpleCommandConverter<T> : ICommandConverter<T>
14+
public sealed class SimpleCommandConverter<T> : ICommandConverter<T>
1515
where T : IConvertible
1616
{
1717
/// <inheritdoc/>

0 commit comments

Comments
 (0)