Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bsimpson63 authored and spladug committed Jun 26, 2012
1 parent e34c912 commit 64d0685
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions r2/r2/lib/promote.py
Expand Up @@ -283,8 +283,7 @@ def editable_add_props(l):
l = Wrapped(l)

l.bids = get_transactions(l)
l.campaigns = dict((indx, RenderableCampaign(l, indx,
campaign, l.bids.get(indx)))
l.campaigns = dict((indx, RenderableCampaign(l, indx, campaign, l.bids.get(indx)))
for indx, campaign in
getattr(l, "campaigns", {}).iteritems())

Expand Down

0 comments on commit 64d0685

Please sign in to comment.