summaryrefslogtreecommitdiff
path: root/lib/bitbucket/error/unauthorized.rb
diff options
context:
space:
mode:
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)