diff options
Diffstat (limited to 'lib/bitbucket/representation/user.rb')
-rw-r--r-- | lib/bitbucket/representation/user.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bitbucket/representation/user.rb b/lib/bitbucket/representation/user.rb index ba6b7667b49..2b45d751e70 100644 --- a/lib/bitbucket/representation/user.rb +++ b/lib/bitbucket/representation/user.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + module Bitbucket module Representation class User < Representation::Base |