Remove whitespace

This commit is contained in:
Shinya Maeda 2018-09-21 15:42:29 +09:00 committed by Alessio Caiazza
parent 532be543a5
commit ffbc0b1c29

View file

@ -26,7 +26,7 @@ class CommitStatus < ActiveRecord::Base
scope :failed_but_allowed, -> do
where(allow_failure: true, status: [:failed, :canceled])
end
scope :exclude_ignored, -> do
# We want to ignore failed but allowed to fail jobs.
#