Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit c61f1e8

Browse files
committed
format
1 parent 88b2cb5 commit c61f1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/ApiService/ApiService/onefuzzlib/notifications/Ado.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,8 +663,8 @@ public async Async.Task Process(IList<(string, string)> notificationInfo, bool i
663663
_logTracer.AddTags(notificationInfo);
664664
_logTracer.AddTag("WorkItemId", entry.Id.HasValue ? entry.Id.Value.ToString() : "");
665665
_logTracer.LogEvent(adoEventType);
666-
}
667666
}
667+
}
668668

669669
private static bool IsADODuplicateWorkItem(WorkItem wi, Dictionary<string, string>? duplicateFields) {
670670
// A work item could have System.State == Resolve && System.Reason == Duplicate

src/ApiService/IntegrationTests/Fakes/TestContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public Async.Task InsertAll(IEnumerable<EntityBase> objs)
130130

131131
public IWebhookMessageLogOperations WebhookMessageLogOperations { get; }
132132

133-
public IJobCrashReportedOperations JobCrashReportedOperations {get;}
133+
public IJobCrashReportedOperations JobCrashReportedOperations { get; }
134134

135135
// -- Remainder not implemented --
136136

0 commit comments

Comments
 (0)