Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 12, 2023
1 parent fa3dfde commit 9894bcb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/mplhep/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,11 @@ def exp_label(
)
if lumi is not None:
_lumi = (
r"$\sqrt{s} = \mathrm{" + lumi_format.format(lumi) + "\ TeV}, " + str(lumi) + r"\ \mathrm{fb}^{-1}$"
r"$\sqrt{s} = \mathrm{"
+ lumi_format.format(lumi)
+ r"\ TeV}, "
+ str(lumi)
+ r"\ \mathrm{fb}^{-1}$"
)
else:
_lumi = ""
Expand Down

0 comments on commit 9894bcb

Please sign in to comment.