summaryrefslogtreecommitdiff
path: root/lib/gitlab/downtime_check.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/downtime_check.rb')
-rw-r--r--lib/gitlab/downtime_check.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/gitlab/downtime_check.rb b/lib/gitlab/downtime_check.rb
index 941244694e2..31bb6810391 100644
--- a/lib/gitlab/downtime_check.rb
+++ b/lib/gitlab/downtime_check.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
module Gitlab
# Checks if a set of migrations requires downtime or not.
class DowntimeCheck