| commit | e24e17916fff4ea9959d23471fb3b8b05f2720dd | [log] [tgz] |
|---|---|---|
| author | Edward Z. Yang <ezyang@fb.com> | Tue Sep 20 13:53:08 2022 -0400 |
| committer | PyTorch MergeBot <pytorchmergebot@users.noreply.github.com> | Tue Sep 20 18:01:15 2022 +0000 |
| tree | 4ef5859a7b6fd34f14a406992448400860680255 | |
| parent | a3afb2c2f603f100e18e8aae9e9bfee2d1c67a4a [diff] |
Remove errant semicolon (#85356) Signed-off-by: Edward Z. Yang <ezyang@fb.com> Differential Revision: [D39662630](https://our.internmc.facebook.com/intern/diff/D39662630) Pull Request resolved: https://github.com/pytorch/pytorch/pull/85356 Approved by: https://github.com/wconstab, https://github.com/Krovatkin, https://github.com/voznesenskym
diff --git a/torch/csrc/lazy/core/tensor_impl.cpp b/torch/csrc/lazy/core/tensor_impl.cpp index dae7d74..436b760 100644 --- a/torch/csrc/lazy/core/tensor_impl.cpp +++ b/torch/csrc/lazy/core/tensor_impl.cpp
@@ -135,7 +135,6 @@ c10::SymIntArrayRef LTCTensorImpl::sym_strides_custom() const { return c10::fromIntArrayRef(strides_custom()); - ; } c10::SymIntArrayRef LTCTensorImpl::sym_sizes_custom() const {