Skip to content

Commit

Permalink
Return in sensible order, respect with: indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekfriis committed Apr 2, 2013
1 parent 9c8339f commit bc31071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootpy/plotting/style/cmstdr/labels.py
Expand Up @@ -46,4 +46,4 @@ def CMS_label(text="Preliminary 2012", sqrts=8, pad=None):
p = None
pad.Modified()
pad.Update()
return p, l
return l, p

0 comments on commit bc31071

Please sign in to comment.