diff options
Diffstat (limited to 'internal/route/repo/pull.go')
-rw-r--r-- | internal/route/repo/pull.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/route/repo/pull.go b/internal/route/repo/pull.go index 88c452ab..68389532 100644 --- a/internal/route/repo/pull.go +++ b/internal/route/repo/pull.go @@ -553,7 +553,6 @@ func PrepareCompareDiff( meta *gitutil.PullRequestMeta, headBranch string, ) bool { - var ( repo = c.Repo.Repository err error |