mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
spacing for standardization
This commit is contained in:
parent
2f5d01cff6
commit
3ab6803229
1 changed files with 2 additions and 0 deletions
|
|
@ -9,7 +9,9 @@ namespace FilterLists.Agent.Infrastructure.Clients
|
|||
public interface IAgentGitHubClient
|
||||
{
|
||||
Task<IReadOnlyList<Issue>> GetAllIssues(RepositoryIssueRequest repositoryIssueRequest);
|
||||
|
||||
Task<Issue> CreateIssue(NewIssue newIssue);
|
||||
|
||||
Task<Issue> UpdateIssue(int issueNumber, IssueUpdate updateIssue);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue