Skip to content

Commit 768c1cb

Browse files
authored
Update WebpFormat.cs
Adjusted casing of Webp format name.
1 parent 3fd0d70 commit 768c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ImageSharp/Formats/Webp/WebpFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private WebpFormat()
1818
public static WebpFormat Instance { get; } = new WebpFormat();
1919

2020
/// <inheritdoc/>
21-
public string Name => "Webp";
21+
public string Name => "WEBP";
2222

2323
/// <inheritdoc/>
2424
public string DefaultMimeType => "image/webp";

0 commit comments

Comments
 (0)