gitlab-org--gitlab-foss/lib/api/entities/project_snippet.rb

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

9 lines
123 B
Ruby
Raw Normal View History

# frozen_string_literal: true
module API
module Entities
class ProjectSnippet < Entities::Snippet
end
end
end