removing trailing whitespaces

This commit is contained in:
Sven Oesau 2024-02-08 11:49:29 +01:00
parent 7b5e2be0cf
commit 9c93b60640
1 changed files with 1 additions and 1 deletions

View File

@ -291,7 +291,7 @@ public:
return *this;
}
// This is not exactly an assignment as existing unique properties are kept.
Property_container<Index>& operator=(Property_container<Index>&& other) {
m_active_indices = std::move(other.m_active_indices);