summaryrefslogtreecommitdiff
path: root/lib/bitbucket/error/unauthorized.rb
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2018-10-09 19:38:35 +0200
committerWinnie Hellmann <winnie@gitlab.com>2018-10-09 19:38:35 +0200
commit23e81130fb53e7c961a225e6235f5ae8a36ed595 (patch)
tree1f482f3045137be04207142e33e0f88a915553e6 /lib/bitbucket/error/unauthorized.rb
parentc12a78969315a8e25128653df2a7515861010b12 (diff)
parentca440758be33c8bec937a249db9b18b3c9734df9 (diff)
downloadgitlab-ce-23e81130fb53e7c961a225e6235f5ae8a36ed595.tar.gz
Merge remote-tracking branch 'gitlab.com/master' into scheduled-manual-jobs-environment-play-buttons
Diffstat (limited to 'lib/bitbucket/error/unauthorized.rb')
-rw-r--r--lib/bitbucket/error/unauthorized.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bitbucket/error/unauthorized.rb b/lib/bitbucket/error/unauthorized.rb
index efe10542f19..3cde11babee 100644
--- a/lib/bitbucket/error/unauthorized.rb
+++ b/lib/bitbucket/error/unauthorized.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Bitbucket
module Error
Unauthorized = Class.new(StandardError)