Skip to content

Commit 5e10b14

Browse files
whitespace fix
1 parent 80c9067 commit 5e10b14

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

OptimizelySDK/Optimizely.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,10 +1000,8 @@ ProjectConfig projectConfig
10001000
)
10011001
{
10021002
var userId = user.GetUserId();
1003-
10041003
string experimentId = null;
10051004
string variationId = null;
1006-
10071005
var flagEnabled = false;
10081006
if (flagDecision.Variation != null)
10091007
{
@@ -1013,12 +1011,10 @@ ProjectConfig projectConfig
10131011
}
10141012
variationId = flagDecision.Variation.Id;
10151013
}
1016-
10171014
if (flagDecision.Experiment != null)
10181015
{
10191016
experimentId = flagDecision.Experiment.Id;
10201017
}
1021-
10221018
Logger.Log(LogLevel.INFO,
10231019
$"Feature \"{flagKey}\" is enabled for user \"{userId}\"? {flagEnabled}");
10241020

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,4 +251,4 @@ Optimizely SDK uses third party software:
251251

252252
- Ruby - https://github.com/optimizely/ruby-sdk
253253

254-
- Swift - https://github.com/optimizely/swift-sdk
254+
- Swift - https://github.com/optimizely/swift-sdk

0 commit comments

Comments
 (0)