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