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