summaryrefslogtreecommitdiff
path: root/app/services/quick_actions/interpret_service.rb
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-07-18 09:03:33 -0700
committergfyoung <gfyoung17@gmail.com>2018-07-18 14:07:50 -0700
commit0cf45debb45cc7a412fd1b290c215280aaca6a45 (patch)
tree2909b74ae6ea55f922ecce5b1155f3f40bbf677d /app/services/quick_actions/interpret_service.rb
parent1df32177a8dfd0f1f948a48ee9cf87ba74f43417 (diff)
downloadgitlab-ce-0cf45debb45cc7a412fd1b290c215280aaca6a45.tar.gz
Enable more frozen string in app/services/**/*.rb
Partially addresses #47424.
Diffstat (limited to 'app/services/quick_actions/interpret_service.rb')
-rw-r--r--app/services/quick_actions/interpret_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/quick_actions/interpret_service.rb b/app/services/quick_actions/interpret_service.rb
index 9ac8fdb4cff..cdc8514c47c 100644
--- a/app/services/quick_actions/interpret_service.rb
+++ b/app/services/quick_actions/interpret_service.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module QuickActions
class InterpretService < BaseService
include Gitlab::QuickActions::Dsl