Skip to content

Commit

Permalink
Remove trailing whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-inside-man committed Jul 9, 2021
1 parent 4e25c21 commit f0c1733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimizely/project_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ def get_variation_from_key_by_experiment_id(self, experiment_id, variation_key):
The variation for the experiment id and variation key
or empty dict if not found
"""
if (experiment_id in self.variation_key_map_by_experiment_id and
if (experiment_id in self.variation_key_map_by_experiment_id and
variation_key in self.variation_key_map_by_experiment_id[experiment_id]):
return self.variation_key_map_by_experiment_id[experiment_id][variation_key]

Expand Down

0 comments on commit f0c1733

Please sign in to comment.