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

Commit 47ee8e0

Browse files
committed
Make method static.
1 parent d28c340 commit 47ee8e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.App/Services/PullRequestService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ async Task<IPullRequestModel> PushAndCreatePR(IRepositoryHost host,
255255
return ret;
256256
}
257257

258-
void EnsurePullRefSpecExists(IRepository repo)
258+
static void EnsurePullRefSpecExists(IRepository repo)
259259
{
260260
var spec = "+refs/pull/*/head:refs/remotes/origin/pr/*";
261261
var origin = repo.Network.Remotes["origin"];

0 commit comments

Comments
 (0)