summaryrefslogtreecommitdiff
path: root/lib/bitbucket/page.rb
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 0e8ce11aa1d..bc51ce7dce2 100644
--- a/lib/bitbucket/page.rb
+++ b/lib/bitbucket/page.rb
@@ -29,7 +29,7 @@ module Bitbucket
end
def representation_class(type)
- class_name = Bitbucket::Representation.const_get(type.to_s.camelize)
+ Bitbucket::Representation.const_get(type.to_s.camelize)
end
end
end