Dice: trivial whitespace cleanup, merging last two commits from kad

This commit is contained in:
Brian S. Stephan 2011-06-20 19:32:17 -05:00
parent 35df9f9425
commit 111b068ed4

View File

@ -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)