Skip to content

Commit 14c3474

Browse files
ramonsmitsandreasohlund
authored andcommitted
fix formatting
1 parent 03690a0 commit 14c3474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Audit/Auditing/AuditPersister.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public async Task<IReadOnlyList<MessageContext>> Persist(IReadOnlyList<MessageCo
130130
// this can throw even though dispose is never supposed to throw
131131
var commitSw = Stopwatch.StartNew();
132132
await unitOfWork.DisposeAsync();
133-
bulkInsertCommitDurationMeter.Record(commitSw.ElapsedMilliseconds);
133+
bulkInsertCommitDurationMeter.Record(commitSw.ElapsedMilliseconds);
134134
}
135135
catch (Exception e)
136136
{

0 commit comments

Comments
 (0)