summaryrefslogtreecommitdiff
path: root/lib/gitlab/health_checks
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-07-25 14:30:27 +0200
committerPawel Chojnacki <pawel@chojnacki.ws>2017-07-25 14:34:39 +0200
commitb1d6670d049c9645ddf4def369de0b12521692b5 (patch)
treeb6d67570d03ce2ded56ed94b0ff5ec4a66fd67c0 /lib/gitlab/health_checks
parent2286879583580861109207c05aa4fae1729a02b6 (diff)
downloadgitlab-ce-b1d6670d049c9645ddf4def369de0b12521692b5.tar.gz
Add Changelog about temp file removal fix
+ remove whitespace
Diffstat (limited to 'lib/gitlab/health_checks')
-rw-r--r--lib/gitlab/health_checks/fs_shards_check.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/health_checks/fs_shards_check.rb b/lib/gitlab/health_checks/fs_shards_check.rb
index 45cd8f7eefc..ab18701b3bf 100644
--- a/lib/gitlab/health_checks/fs_shards_check.rb
+++ b/lib/gitlab/health_checks/fs_shards_check.rb
@@ -67,7 +67,6 @@ module Gitlab
[metric(ok_metric, 0, **labels)]
end
-
def repository_storages
@repository_storage ||= Gitlab::CurrentSettings.current_application_settings.repository_storages
end