summaryrefslogtreecommitdiff
path: root/lib/gitlab/slash_commands/result.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/slash_commands/result.rb')
-rw-r--r--lib/gitlab/slash_commands/result.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/gitlab/slash_commands/result.rb b/lib/gitlab/slash_commands/result.rb
index 3669dedf0fe..607c9c8dec1 100644
--- a/lib/gitlab/slash_commands/result.rb
+++ b/lib/gitlab/slash_commands/result.rb
@@ -1,4 +1,7 @@
-module Gitlab # rubocop:disable Naming/FileName
+# rubocop:disable Naming/FileName
+# frozen_string_literal: true
+
+module Gitlab
module SlashCommands
Result = Struct.new(:type, :message)
end