summaryrefslogtreecommitdiff
path: root/lib/gitlab/checks/project_moved.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/checks/project_moved.rb')
-rw-r--r--lib/gitlab/checks/project_moved.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/checks/project_moved.rb b/lib/gitlab/checks/project_moved.rb
index 3a197078d08..cb3b7acaaad 100644
--- a/lib/gitlab/checks/project_moved.rb
+++ b/lib/gitlab/checks/project_moved.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Gitlab
module Checks
class ProjectMoved < PostPushMessage