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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket/page.rb')
-rw-r--r--lib/bitbucket/page.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bitbucket/page.rb b/lib/bitbucket/page.rb
index 38c689628dd..7a51e2f3297 100644
--- a/lib/bitbucket/page.rb
+++ b/lib/bitbucket/page.rb
@@ -20,7 +20,7 @@ module Bitbucket
private
def parse_attrs(raw)
- raw.slice(*%w(size page pagelen next previous)).symbolize_keys
+ raw.slice(*%w[size page pagelen next previous]).symbolize_keys
end
def parse_values(raw, bitbucket_rep_class)