Skip to content

Commit 2531c4f

Browse files
committed
Remove uneeded defaults
1 parent 58877b8 commit 2531c4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ServiceControl.Audit/Auditing/AuditIngestion.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Task OnCriticalError(string failure, Exception exception)
6868
return watchdog.OnFailure(failure);
6969
}
7070

71-
async Task EnsureStarted(CancellationToken cancellationToken = default)
71+
async Task EnsureStarted(CancellationToken cancellationToken)
7272
{
7373
try
7474
{
@@ -177,7 +177,7 @@ async Task StopAndTeardownInfrastructure(CancellationToken cancellationToken)
177177
}
178178
}
179179

180-
async Task EnsureStopped(CancellationToken cancellationToken = default)
180+
async Task EnsureStopped(CancellationToken cancellationToken)
181181
{
182182
try
183183
{

0 commit comments

Comments
 (0)