# frozen_string_literal: true module Ci class ProcessablePresenter < CommitStatusPresenter end end