Skip to content

Commit c94d325

Browse files
committed
Fix build warning
1 parent 2f9d7ee commit c94d325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DevProxy/Announcement.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace DevProxy;
88

9-
internal class Announcement(HttpClient httpClient)
9+
internal sealed class Announcement(HttpClient httpClient)
1010
{
1111
private static readonly Uri announcementUrl = new("https://aka.ms/devproxy/announcement");
1212
private readonly HttpClient _httpClient = httpClient;

0 commit comments

Comments
 (0)