Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgfyoung <gfyoung17@gmail.com>2018-07-05 13:18:17 +0300
committergfyoung <gfyoung17@gmail.com>2018-07-16 16:41:59 +0300
commitddca49e4b594ad715cd5854521c25d19fb4a3b06 (patch)
treecdb5668fdb49bf80590ea3f3ac94e3e7ba02b29a /app/services/system_hooks_service.rb
parent05af376805577cf7111b60b316d712b0ea180c5e (diff)
Enable frozen string in apps/uploaders/*.rb
Partially addresses #47424.
Diffstat (limited to 'app/services/system_hooks_service.rb')
-rw-r--r--app/services/system_hooks_service.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/services/system_hooks_service.rb b/app/services/system_hooks_service.rb
index ba7946fd23c..bd3907cdf8e 100644
--- a/app/services/system_hooks_service.rb
+++ b/app/services/system_hooks_service.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
class SystemHooksService
def execute_hooks_for(model, event)
data = build_event_data(model, event)