Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
philmcmahon committed Nov 6, 2024
1 parent f97a00b commit 3781164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/app/model/content.scala
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ object Interactive {
adUnitSuffix = section + "/" + contentType.name.toLowerCase,
twitterPropertiesOverrides = Map("twitter:title" -> fields.linkText),
contentWithSlimHeader = InteractiveHeaderSwitch.isSwitchedOff,
opengraphPropertiesOverrides = opengraphProperties
opengraphPropertiesOverrides = opengraphProperties,
)
val contentOverrides = content.copy(
metadata = metadata,
Expand Down

0 comments on commit 3781164

Please sign in to comment.