diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-09-21 15:42:29 +0900 |
---|---|---|
committer | Alessio Caiazza <acaiazza@gitlab.com> | 2018-10-02 17:02:12 +0200 |
commit | ffbc0b1c291233a05e6729bf6031ee43b61798e4 (patch) | |
tree | f7728d8633524ef700372795eaf22032cb648b71 /app/models/commit_status.rb | |
parent | 532be543a5e6d1f7ef402f41ecdf091ef9eee72a (diff) | |
download | gitlab-ce-ffbc0b1c291233a05e6729bf6031ee43b61798e4.tar.gz |
Remove whitespace
Diffstat (limited to 'app/models/commit_status.rb')
-rw-r--r-- | app/models/commit_status.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/commit_status.rb b/app/models/commit_status.rb index 6bf2888505e..03a5522b4ba 100644 --- a/app/models/commit_status.rb +++ b/app/models/commit_status.rb @@ -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. # |