Dice: trivial whitespace cleanup, merging last two commits from kad
This commit is contained in:
parent
35df9f9425
commit
111b068ed4
@ -72,7 +72,7 @@ class Dice(Module):
|
|||||||
else:
|
else:
|
||||||
b = a
|
b = a
|
||||||
total = sum(b)
|
total = sum(b)
|
||||||
outstr = "[" + ",".join(str(i) for i in a) + "]"
|
outstr = "[" + ",".join(str(i) for i in a) + "]"
|
||||||
|
|
||||||
return (total, outstr)
|
return (total, outstr)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user