4 lines
87 B
Ruby
4 lines
87 B
Ruby
# frozen_string_literal: true
|
|
|
|
class DiscussionDiffFileEntity < DiffFileBaseEntity
|
|
end
|