From 33795139ea8e72756bee3675b4e16387425e6ab1 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 19 Feb 2020 18:09:10 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- app/workers/process_commit_worker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/workers/process_commit_worker.rb') diff --git a/app/workers/process_commit_worker.rb b/app/workers/process_commit_worker.rb index ca2896946c9..d604ac12e8a 100644 --- a/app/workers/process_commit_worker.rb +++ b/app/workers/process_commit_worker.rb @@ -7,7 +7,7 @@ # result of this the workload of this worker should be kept to a bare minimum. # Consider using an extra worker if you need to add any extra (and potentially # slow) processing of commits. -class ProcessCommitWorker +class ProcessCommitWorker # rubocop:disable Scalability/IdempotentWorker include ApplicationWorker feature_category :source_code_management -- cgit v1.2.3