4 lines
94 B
Ruby
4 lines
94 B
Ruby
# frozen_string_literal: true
|
|
|
|
class GenericCommitStatusPresenter < CommitStatusPresenter
|
|
end
|