Skip to content

Commit

Permalink
fix detekt
Browse files Browse the repository at this point in the history
  • Loading branch information
fomichdenis committed Oct 19, 2023
1 parent 4ebead2 commit 4db09ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ data class FetchedSlugInfo(
val canonicalSlug: String? = null,
val storeEntityData: EntityData? = null,
val staticContent: StaticContent? = null,
): ApiFetchedDTO, ApiResultDTO {
) : ApiFetchedDTO, ApiResultDTO {

data class EntityData(val id: String? = null)

Expand Down

0 comments on commit 4db09ff

Please sign in to comment.