debian-mirror-gitlab/app/presenters/generic_commit_status_presenter.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
94 B
Ruby
Raw Normal View History

2018-11-18 11:00:15 +05:30
# frozen_string_literal: true
2018-10-15 14:42:47 +05:30
class GenericCommitStatusPresenter < CommitStatusPresenter
end