mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 12:48:15 +00:00
5 lines
94 B
Ruby
5 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
class GenericCommitStatusPresenter < CommitStatusPresenter
|
|
end
|