Small format stuff

This commit is contained in:
Steffen Gaisser 2020-09-22 16:23:35 +02:00
parent b681a76f29
commit 74a4c98ca7
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public:
//SHOULDDO this should be implemented as non-member
bool operator!=(const typename ArrayList<T, count_t>::Iterator& other) const {
return !(*this ==other);
return !(*this == other);
}
};