summaryrefslogtreecommitdiff
path: root/lib/bitbucket/paginator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/bitbucket/paginator.rb')
-rw-r--r--lib/bitbucket/paginator.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bitbucket/paginator.rb b/lib/bitbucket/paginator.rb
index 135d0d55674..0d004592e67 100644
--- a/lib/bitbucket/paginator.rb
+++ b/lib/bitbucket/paginator.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Bitbucket
class Paginator
PAGE_LENGTH = 50 # The minimum length is 10 and the maximum is 100.