diff options
Diffstat (limited to 'app/models/protected_ref_matcher.rb')
-rw-r--r-- | app/models/protected_ref_matcher.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/models/protected_ref_matcher.rb b/app/models/protected_ref_matcher.rb index d970f2b01fc..bfa9180ac93 100644 --- a/app/models/protected_ref_matcher.rb +++ b/app/models/protected_ref_matcher.rb @@ -1,3 +1,5 @@ +# frozen_string_literal: true + class ProtectedRefMatcher def initialize(protected_ref) @protected_ref = protected_ref |