Skip to content

Commit 84740f0

Browse files
author
Per Kops
committed
style: simplifying new expression in NullBackgroundServiceHealthService
1 parent 151b817 commit 84740f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Atc.Hosting/Internal/NullBackgroundServiceHealthService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ internal sealed class NullBackgroundServiceHealthService : IBackgroundServiceHea
55
/// <summary>
66
/// Returns static instance of <see cref="NullBackgroundServiceHealthService"/>
77
/// </summary>
8-
public static NullBackgroundServiceHealthService Instance => new NullBackgroundServiceHealthService();
8+
public static NullBackgroundServiceHealthService Instance => new();
99

1010
private NullBackgroundServiceHealthService()
1111
{

0 commit comments

Comments
 (0)