Skip to content

Commit

Permalink
πŸ” Add spaces for aesthetics
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed Oct 19, 2024
1 parent 4bdd294 commit b7fd4cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/dq/calculators.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def n(value):
return numerize(value, 3)

def fn(num):
suffixes = ["", "K", "M", "B", "T", "Q", "Qi", "Sx", "Sp", "Oc", "Nonillion", "Decillion", "Undecillion", "Duodecillion", "Tredecillion", "Quattuordecillion", "i don't like you"]
suffixes = ["", "K", "M", "B", "T", "Q", "Qi", "Sx", "Sp", "Oc", " Nonillion", " Decillion", " Undecillion", " Duodecillion", " Tredecillion", " Quattuordecillion", " i don't like you"]
dnum = Decimal(num)

for i, suffix in enumerate(suffixes):
Expand Down

0 comments on commit b7fd4cc

Please sign in to comment.