Skip to content

Commit

Permalink
Apply auto-formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Nov 12, 2024
1 parent 4578017 commit d6afdc1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ case class ImageFilterableValues(
) sourceContributorsAgentSourceId: List[String],
@JsonKey("source.genres.label") sourceGenresLabel: List[String],
@JsonKey("source.genres.concepts.id") sourceGenresConceptsId: List[String],
@JsonKey("source.genres.concepts.sourceId") sourceGenresConceptsSourceId: List[String],
@JsonKey(
"source.genres.concepts.sourceId"
) sourceGenresConceptsSourceId: List[String],
@JsonKey("source.subjects.label") sourceSubjectsLabel: List[String],
@JsonKey("source.subjects.concepts.id") sourceSubjectsConceptsId: List[
String
Expand Down

0 comments on commit d6afdc1

Please sign in to comment.