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 {