Welcome to mirror list, hosted at ThFree Co, Russian Federation.

generic_commit_status_presenter.rb « presenters « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1dc72d5b98a3963315d7afdd6fe003d6e191509 (plain)
1
2
3
4
# frozen_string_literal: true

class GenericCommitStatusPresenter < CommitStatusPresenter
end