Skip to content

Commit 3dde070

Browse files
Lint fixes
1 parent 0aad28c commit 3dde070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OptimizelySDK/Config/PollingProjectConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ public ProjectConfig CachedProjectConfig
154154
{
155155
return CurrentProjectConfig;
156156
}
157-
}
157+
}
158158

159159
/// <summary>
160160
/// Sets the latest available ProjectConfig valid instance.

OptimizelySDK/IOptimizely.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ string GetFeatureVariableString(string featureKey, string variableKey, string us
160160
List<string> GetEnabledFeatures(string userId, UserAttributes userAttributes = null);
161161

162162
#endregion
163-
163+
164164
#if USE_ODP
165165
void SendOdpEvent(string type, string action, Dictionary<string, string> identifiers,
166166
Dictionary<string, object> data

0 commit comments

Comments
 (0)