From 979f0fad1f70927b39a19b2f2588ae7739f55e42 Mon Sep 17 00:00:00 2001 From: Igor Zamyatin Date: Thu, 10 Oct 2024 15:25:15 -0500 Subject: [PATCH] Update SubviewOp.cpp - pre-commit --- lib/Dialect/NDArray/IR/SubviewOp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Dialect/NDArray/IR/SubviewOp.cpp b/lib/Dialect/NDArray/IR/SubviewOp.cpp index af96cdbb0..b73a70cfd 100644 --- a/lib/Dialect/NDArray/IR/SubviewOp.cpp +++ b/lib/Dialect/NDArray/IR/SubviewOp.cpp @@ -433,7 +433,6 @@ findImmutableInsertSliceSource(::imex::ndarray::ImmutableInsertSliceOp iisOp, laterOffs.emplace_back(iisOffs); laterSizes.emplace_back(iisSizes); }; - } } // namespace