Skip to content

Commit e3b61d0

Browse files
Merge pull request #2623 from jscarle/main
Adjusted the casing of the Webp format name
2 parents 3fd0d70 + 768c1cb commit e3b61d0

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)