Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonsmits authored and andreasohlund committed Feb 2, 2025
1 parent 03690a0 commit 14c3474
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 14c3474

Please sign in to comment.