Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-07-12 14:31:13 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-07-12 14:31:13 +0300
commit057d836bc1b42dfc51e8c4dab1cf468eeaf97188 (patch)
tree765f3037914bbcc7915d98e95fabd18fd08ed6a1
parent39a7bb46255cf828bcf0ababaae8f475195188b1 (diff)
Update wiki.rb (whitespace)
-rw-r--r--ruby/lib/gitlab/git/wiki.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/ruby/lib/gitlab/git/wiki.rb b/ruby/lib/gitlab/git/wiki.rb
index c39f753f2..91a6c1bbe 100644
--- a/ruby/lib/gitlab/git/wiki.rb
+++ b/ruby/lib/gitlab/git/wiki.rb
@@ -216,7 +216,6 @@ module Gitlab
def gollum_get_all_pages(limit: nil)
gollum_wiki.pages(limit: limit).map { |gollum_page| new_page(gollum_page) }
end
-
end
end
end