Skip to content

Commit 2e69ad3

Browse files
committed
remove unnecessary change
1 parent a38ff9a commit 2e69ad3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

services/migrations/dump.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ func (g *RepositoryDumper) handlePullRequest(ctx context.Context, pr *base.PullR
506506
// ... let's try something less nice
507507
remote = "head-pr-" + strconv.FormatInt(pr.Number, 10)
508508
}
509-
510509
// ... now add the remote
511510
err := g.gitRepo.AddRemote(remote, pr.Head.CloneURL, true)
512511
if err != nil {

0 commit comments

Comments
 (0)