@@ -36,9 +36,7 @@ void main() {
3636 trafficSeedLo: 455443629 ,
3737 trafficSplit: [0.0 , 1.0 ],
3838 fullOnVariant: 0 ,
39- applications: [
40- ExperimentApplication (name: 'website' ),
41- ],
39+ applications: [ExperimentApplication (name: 'website' )],
4240 variants: [
4341 ExperimentVariant (name: 'A' , config: null ),
4442 ExperimentVariant (
@@ -62,9 +60,7 @@ void main() {
6260 trafficSeedLo: 212903484 ,
6361 trafficSplit: [0.0 , 1.0 ],
6462 fullOnVariant: 0 ,
65- applications: [
66- ExperimentApplication (name: "website" ),
67- ],
63+ applications: [ExperimentApplication (name: "website" )],
6864 variants: [
6965 ExperimentVariant (name: "A" , config: null ),
7066 ExperimentVariant (name: "B" , config: "{\" button.color\" :\" blue\" }" ),
@@ -86,9 +82,7 @@ void main() {
8682 trafficSeedLo: 511357582 ,
8783 trafficSplit: [0.99 , 0.01 ],
8884 fullOnVariant: 0 ,
89- applications: [
90- ExperimentApplication (name: "website" ),
91- ],
85+ applications: [ExperimentApplication (name: "website" )],
9286 variants: [
9387 ExperimentVariant (name: "A" , config: null ),
9488 ExperimentVariant (name: "B" , config: "{\" card.width\" :\" 80%\" }" ),
@@ -110,9 +104,7 @@ void main() {
110104 trafficSeedLo: 330937933 ,
111105 trafficSplit: [0.0 , 1.0 ],
112106 fullOnVariant: 2 ,
113- applications: [
114- ExperimentApplication (name: "website" ),
115- ],
107+ applications: [ExperimentApplication (name: "website" )],
116108 variants: [
117109 ExperimentVariant (name: "A" , config: null ),
118110 ExperimentVariant (
0 commit comments