summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--services/pull/pull.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/pull/pull.go b/services/pull/pull.go
index 61af7fe9a5..c578686bd8 100644
--- a/services/pull/pull.go
+++ b/services/pull/pull.go
@@ -609,7 +609,7 @@ func GetCommitMessages(pr *models.PullRequest) string {
}
element = element.Next()
}
-
+ skip += limit
}
}