Remove whitespace
This commit is contained in:
parent
532be543a5
commit
ffbc0b1c29
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue