Skip to content

Commit 0b06bf5

Browse files
authored
React to new analyzer warnings
1 parent 2d1ca9b commit 0b06bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HealthChecks/HealthChecks/src/HealthCheckPublisherHostedService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ internal sealed class HealthCheckPublisherHostedService : IHostedService
2020
private readonly ILogger _logger;
2121
private readonly IHealthCheckPublisher[] _publishers;
2222

23-
private CancellationTokenSource _stopping;
23+
private readonly CancellationTokenSource _stopping;
2424
private Timer? _timer;
2525
private CancellationTokenSource? _runTokenSource;
2626

0 commit comments

Comments
 (0)