Skip to content

Commit 4651368

Browse files
committed
Remove trailing spaces
1 parent e630822 commit 4651368

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

torch/distributions/exp_family.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,3 @@ def entropy(self):
5858
for np, g in zip(nparams, gradients):
5959
result -= (np * g).reshape(self._batch_shape + (-1,)).sum(-1)
6060
return result
61-
62-
63-
64-
65-
66-

0 commit comments

Comments
 (0)