From 3205c10a585a45c58a2f6f275bc822fec3f5d0f0 Mon Sep 17 00:00:00 2001 From: Marcel Koch Date: Wed, 11 Dec 2024 17:22:16 +0100 Subject: [PATCH] Update include/ginkgo/core/base/polymorphic_object.hpp Co-authored-by: Yu-Hsiang M. Tsai <19565938+yhmtsai@users.noreply.github.com> --- include/ginkgo/core/base/polymorphic_object.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ginkgo/core/base/polymorphic_object.hpp b/include/ginkgo/core/base/polymorphic_object.hpp index 211bb58ce43..704ea533886 100644 --- a/include/ginkgo/core/base/polymorphic_object.hpp +++ b/include/ginkgo/core/base/polymorphic_object.hpp @@ -22,7 +22,7 @@ namespace distributed { class DistributedBase; -} +} // namespace distributed } // namespace experimental