Skip to content

Commit 3ca5e52

Browse files
Apply suggestions from code review
Co-authored-by: Safia Abdalla <[email protected]>
1 parent fa0ffa8 commit 3ca5e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Http.Abstractions/src/Metadata/IProducesResponseTypeMetadata.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public interface IProducesResponseTypeMetadata
2121
/// <summary>
2222
/// Gets the description of the response.
2323
/// </summary>
24-
string? Description { get; } = null;
24+
string? Description => null;
2525

2626
/// <summary>
2727
/// Gets the content types supported by the metadata.

0 commit comments

Comments
 (0)