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:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-07-25 15:30:27 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-07-25 15:34:39 +0300
commitb1d6670d049c9645ddf4def369de0b12521692b5 (patch)
treeb6d67570d03ce2ded56ed94b0ff5ec4a66fd67c0 /lib/gitlab/health_checks
parent2286879583580861109207c05aa4fae1729a02b6 (diff)
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