Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Nesbitt committed Jun 9, 2014
1 parent f4e3fe2 commit 09ff955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/split/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def control_variable(control)

def start_trial(trial)
experiment = trial.experiment
if override_present?(experiment.name) and experiment[override_alternative(experiment.name)]
if override_present?(experiment.name) and experiment[override_alternative(experiment.name)]
ret = override_alternative(experiment.name)
ab_user[experiment.key] = ret if Split.configuration.store_override
elsif experiment.has_winner?
Expand Down

0 comments on commit 09ff955

Please sign in to comment.