Skip to content

Commit 6889e5b

Browse files
committed
add trailing new line
1 parent 132349a commit 6889e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torch_xla/distributed/spmd/xla_sharded_tensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,4 +323,4 @@ def redistribute(self, device_mesh, placements, *, async_op: bool = False):
323323

324324
@classmethod
325325
def __torch_function__(cls, func, types, args=(), kwargs=None):
326-
return super().__torch_function__(func, types, args, kwargs)
326+
return super().__torch_function__(func, types, args, kwargs)

0 commit comments

Comments
 (0)