diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index 1f3746a4668d..55c2ee0ed6b2 100644 --- a/common/app/experiments/Experiments.scala +++ b/common/app/experiments/Experiments.scala @@ -15,7 +15,7 @@ object ActiveExperiments extends ExperimentsDefinition { DCRTagPages, UpdatedHeaderDesign, MastheadWithHighlights, - DeeplyReadRightColumn + DeeplyReadRightColumn, ) implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) } @@ -58,10 +58,10 @@ object MastheadWithHighlights ) object DeeplyReadRightColumn - extends Experiment( - name = "deeply-read-right-column", - description = "Test deeply read articles in right hand column", - owners = Seq(Owner.withGithub("@guardian/dotcom-platform")), - sellByDate = LocalDate.of(2024, 5, 31), - participationGroup = Perc1A, - ) + extends Experiment( + name = "deeply-read-right-column", + description = "Test deeply read articles in right hand column", + owners = Seq(Owner.withGithub("@guardian/dotcom-platform")), + sellByDate = LocalDate.of(2024, 5, 31), + participationGroup = Perc1A, + )