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

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
chkeita committed Oct 31, 2023
1 parent 88b2cb5 commit c61f1e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ApiService/ApiService/onefuzzlib/notifications/Ado.cs
Original file line number Diff line number Diff line change
Expand Up @@ -663,8 +663,8 @@ public async Async.Task Process(IList<(string, string)> notificationInfo, bool i
_logTracer.AddTags(notificationInfo);
_logTracer.AddTag("WorkItemId", entry.Id.HasValue ? entry.Id.Value.ToString() : "");
_logTracer.LogEvent(adoEventType);
}
}
}

private static bool IsADODuplicateWorkItem(WorkItem wi, Dictionary<string, string>? duplicateFields) {
// A work item could have System.State == Resolve && System.Reason == Duplicate
Expand Down
2 changes: 1 addition & 1 deletion src/ApiService/IntegrationTests/Fakes/TestContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public Async.Task InsertAll(IEnumerable<EntityBase> objs)

public IWebhookMessageLogOperations WebhookMessageLogOperations { get; }

public IJobCrashReportedOperations JobCrashReportedOperations {get;}
public IJobCrashReportedOperations JobCrashReportedOperations { get; }

// -- Remainder not implemented --

Expand Down

0 comments on commit c61f1e8

Please sign in to comment.