Skip to content

Commit 0cce6ae

Browse files
committed
reverted whitespace changes
1 parent 7467bac commit 0cce6ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/optimizely-sdk/lib/core/optimizely_config/index.tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ describe('lib/core/optimizely_config', function() {
111111
type: variableToAssert.type,
112112
});
113113
if (!variation.featureEnabled) {
114-
assert.equal(variable.defaultValue, variableToAssert.value);
114+
assert.equal(variable.defaultValue, variableToAssert.value);
115115
}
116-
});
116+
});
117117
})
118118
});
119119
});

packages/optimizely-sdk/lib/core/project_config/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module.exports = {
6060
});
6161

6262
projectConfig.rolloutIdMap = fns.keyBy(projectConfig.rollouts || [], 'id');
63-
jsSdkUtils.objectValues(projectConfig.rolloutIdMap || {}).forEach(function (rollout) {
63+
jsSdkUtils.objectValues(projectConfig.rolloutIdMap || {}).forEach(function (rollout) {
6464
(rollout.experiments || []).forEach(function(experiment) {
6565
projectConfig.experiments.push(experiment);
6666
// Creates { <variationKey>: <variation> } map inside of the experiment

0 commit comments

Comments
 (0)