From ce6ddd2b570c4b1f5a460df679c14d64171922b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20Ho=C3=9Fbach?= Date: Thu, 10 Aug 2023 13:46:25 +0200 Subject: [PATCH] fix CI --- src/core/ParticlePropertyIterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/ParticlePropertyIterator.hpp b/src/core/ParticlePropertyIterator.hpp index cc0818612e..6b2390a62c 100644 --- a/src/core/ParticlePropertyIterator.hpp +++ b/src/core/ParticlePropertyIterator.hpp @@ -66,6 +66,6 @@ auto force_range(ParticleRange const &particles) { return create_transform_range(particles, return_force); } -}; // namespace ParticlePropertyRange +} // namespace ParticlePropertyRange #endif