Commit ffbc0b1c authored by Shinya Maeda's avatar Shinya Maeda Committed by Alessio Caiazza

Remove whitespace

parent 532be543
...@@ -26,7 +26,7 @@ class CommitStatus < ActiveRecord::Base ...@@ -26,7 +26,7 @@ class CommitStatus < ActiveRecord::Base
scope :failed_but_allowed, -> do scope :failed_but_allowed, -> do
where(allow_failure: true, status: [:failed, :canceled]) where(allow_failure: true, status: [:failed, :canceled])
end end
scope :exclude_ignored, -> do scope :exclude_ignored, -> do
# We want to ignore failed but allowed to fail jobs. # We want to ignore failed but allowed to fail jobs.
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment