Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits committed Jan 31, 2025
1 parent bfcf93f commit b986142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceControl.Audit/Auditing/AuditPersister.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public async Task<IReadOnlyList<MessageContext>> Persist(IReadOnlyList<MessageCo
// this can throw even though dispose is never supposed to throw
var commitSw = Stopwatch.StartNew();
await unitOfWork.DisposeAsync();
bulkInsertCommitDurationMeter.Record(commitSw.ElapsedMilliseconds);
bulkInsertCommitDurationMeter.Record(commitSw.ElapsedMilliseconds);
}
catch (Exception e)
{
Expand Down

0 comments on commit b986142

Please sign in to comment.