Skip to content

Commit 704a724

Browse files
committed
Rider formatting
1 parent 4e09f5a commit 704a724

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ServiceControl.Audit/Auditing/AuditIngestion.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ async Task EnsureStarted(CancellationToken cancellationToken = default)
102102
await stoppable.StopReceive(cancellationToken);
103103
logger.Info("Shutting down due to failed persistence health check. Infrastructure shut down completed");
104104
}
105+
105106
return;
106107
}
107108

@@ -168,6 +169,7 @@ async Task EnsureStopped(CancellationToken cancellationToken = default)
168169
logger.Info("Shutting down. Already stopped, skipping shut down");
169170
return; //Already stopped
170171
}
172+
171173
var stoppable = queueIngestor;
172174
queueIngestor = null;
173175
logger.Info("Shutting down. Infrastructure shut down commencing");

0 commit comments

Comments
 (0)