Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Nov 20, 2023
1 parent b40e079 commit 15473e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GeoCop.Api/IContentTypeProviderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public static ContentType GetContentType(this IContentTypeProvider contentTypePr
return contentTypeProvider.GetContentType(asset.OriginalFilename);
}

/// <summary>
/// <summary>
/// Returns the <see cref="ContentType"/> for the specified file extension.
/// </summary>
/// <param name="contentTypeProvider">The IContentTypeProvider to extend.</param>
Expand Down

0 comments on commit 15473e5

Please sign in to comment.