Skip to content

Commit 80a2c02

Browse files
committed
add the trailing newline
1 parent e34aef8 commit 80a2c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytorch_optimizer/optimizer/adamg.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ def step(self, closure: CLOSURE = None) -> LOSS:
125125

126126
p.add_(update, alpha=-step_size)
127127

128-
return loss
128+
return loss

0 commit comments

Comments
 (0)