From a5488350550d49f0009c18e08331a3138c995ce0 Mon Sep 17 00:00:00 2001 From: DanielCliftonGuardian <110032454+DanielCliftonGuardian@users.noreply.github.com> Date: Mon, 29 Apr 2024 11:49:35 +0100 Subject: [PATCH] Update Experiments.scala --- common/app/experiments/Experiments.scala | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/common/app/experiments/Experiments.scala b/common/app/experiments/Experiments.scala index 1f3746a4668..55c2ee0ed6b 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, + )