4 lines
86 B
Ruby
4 lines
86 B
Ruby
# frozen_string_literal: true
|
|
|
|
class CommitEntity < API::Entities::CommitWithLink
|
|
end
|